UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

10 lines (9 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EarlConfigurationError = void 0; class EarlConfigurationError extends Error { constructor(reason) { super(`Earl configuration error: ${reason}`); } } exports.EarlConfigurationError = EarlConfigurationError;