UNPKG

wirepig

Version:

Better testing through the power of sockets.

14 lines (12 loc) 272 B
export class ValidationError extends Error { constructor(message) { super(message); this.name = this.constructor.name; } } export class PendingMockError extends Error { constructor(message) { super(message); this.name = this.constructor.name; } }