import NotFoundException from './NotFoundException'; export default class ActionNotFoundException extends NotFoundException { message: string; } //# sourceMappingURL=ActionNotFoundException.d.ts.map