UNPKG

@stacksjs/error-handling

Version:
5 lines (4 loc) 135 B
export declare class ModelNotFoundException extends Error { public status: number; constructor(status: number, message: string); }