UNPKG

@udtickets/common

Version:

9 lines (8 loc) 220 B
import { CustomError } from "./custom-error"; export declare class NotAuthorizedError extends CustomError { statusCode: number; constructor(); serializeErrors(): { message: string; }[]; }