@n1k1t/mock-server
Version:
Powerful util to setup mocks over HTTP APIs
11 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpectationValidationError = void 0;
class ExpectationValidationError extends Error {
constructor(reasons) {
super('Got error on expectation validation');
this.reasons = reasons;
}
}
exports.ExpectationValidationError = ExpectationValidationError;
//# sourceMappingURL=index.js.map