Generic type variables
The `Error` object generic type variables
Error<
Id
>
Error<
Id
>
A generic type variable constrained by the string
, by default of the value captured from the provided id
indicates the identification type of a new Error
instance.
error.class.ts
Last updated