UNPKG

@avonjs/avonjs

Version:

A fluent Node.js API generator.

5 lines (4 loc) 151 B
import NotFoundException from './NotFoundException'; export default class ResourceNotFoundException extends NotFoundException { message: string; }