UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

5 lines (4 loc) 176 B
import { Exception } from "./Exception"; export declare class NotFoundException extends Exception { constructor(message: string, errorCode?: null, innerException?: any); }