Skip to content

DefaultNotConfiguredError

Defined in: src/errors.ts:251

Thrown when a default value is read before one has been configured.

Catch it to distinguish a missing-default condition from other runtime errors.

  • Error
new DefaultNotConfiguredError(message): DefaultNotConfiguredError;

Defined in: src/errors.ts:252

ParameterType
messagestring

DefaultNotConfiguredError

Error.constructor