UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

5 lines (4 loc) 125 B
import { Exception } from "./Exception"; export declare class UnauthorizedException extends Exception { constructor(); }