UNPKG

@lakutata/core

Version:

Lakutata Framework Core

12 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidMethodReturnException = void 0; const Exception_1 = require("../base/abstracts/Exception"); class InvalidMethodReturnException extends Exception_1.Exception { constructor() { super(...arguments); this.errno = 'E_INVALID_METHOD_RETURN'; } } exports.InvalidMethodReturnException = InvalidMethodReturnException; //# sourceMappingURL=InvalidMethodReturnException.js.map