UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

5 lines (4 loc) 146 B
import { BaseException } from './BaseException'; export declare class ParamNotResolveable extends BaseException { getDescription(): string; }