UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

11 lines 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IllegalArgumentError = void 0; class IllegalArgumentError extends Error { constructor(message = 'Illegal Argument') { super(message); Error.captureStackTrace(this, this.constructor); } } exports.IllegalArgumentError = IllegalArgumentError; //# sourceMappingURL=illegal-argument-error.js.map