@ethereum-waffle/chai
Version:
A sweet set of chai matchers for your blockchain testing needs.
13 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EncodingError = exports.ProviderWithHistoryExpected = void 0;
class ProviderWithHistoryExpected extends Error {
constructor() {
super('calledOnContract matcher requires provider that support call history');
}
}
exports.ProviderWithHistoryExpected = ProviderWithHistoryExpected;
class EncodingError extends Error {
}
exports.EncodingError = EncodingError;
//# sourceMappingURL=error.js.map