UNPKG

@stubclub/common

Version:

9 lines (8 loc) 210 B
import { CustomError } from './customError'; export declare class UnauthorizedError extends CustomError { statusCode: number; constructor(); serializeErrors(): { message: string; }[]; }