UNPKG

ajsfw

Version:
12 lines (11 loc) 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var exceptions_1 = require("ajsfw/exceptions"); var RouteNotFoundException = (function (_super) { __extends(RouteNotFoundException, _super); function RouteNotFoundException() { return _super !== null && _super.apply(this, arguments) || this; } return RouteNotFoundException; }(exceptions_1.Exception)); exports.RouteNotFoundException = RouteNotFoundException;