Skip to content

FitsError

Defined in: errors.ts:2

Base class for every error thrown by @fits-js/core.

  • Error
new FitsError(message, options?): FitsError;

Defined in: errors.ts:3

Parameter Type
message string
options? { cause?: unknown; }
options.cause? unknown

FitsError

Error.constructor