UNPKG

@avonjs/avonjs

Version:

A fluent Node.js API generator.

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