UNPKG

@avonjs/avonjs

Version:

A fluent Node.js API generator.

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