1 2 3 4 5 6 7
export class UnauthorizedError extends Error { constructor (message?: string , options?: ErrorOptions) { super(message, options); } }