@w5s/errorClassesErrorOn this pageError Alias to native globalThis.Error@exampleimport { Error } from '@w5s/error';throw new Error('my message', { cause: someError });Index ConstructorsconstructorPropertiescausemessagenamestackConstructors constructornew Error(message?: string, options?: ErrorOptions): ErrorError constructorProperties optionalcausecause?: unknownError causemessagemessage: stringError messagenamename: ErrorError nameoptionalstackstack?: stringError stack description (when supported)
Alias to native globalThis.Error