Skip to main content
Error thrown when custom authentication fails.

Extends

  • Error

Constructors

Constructor

new CustomAuthError(message: string): CustomAuthError;
Creates a new CustomAuthError.

Parameters

ParameterTypeDescription
messagestringThe error message.

Returns

CustomAuthError

Overrides

Error.constructor