UNPKG

@avonjs/avonjs

Version:

A fluent Node.js API generator.

12 lines (11 loc) 268 B
import ResponsableException from './ResponsableException'; export default class NotFoundException extends ResponsableException { /** * Get the response code */ getCode(): number; /** * Get the exception name */ getName(): string; }