UNPKG

@applitools/eyes

Version:
13 lines (12 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EyesError = void 0; class EyesError extends Error { constructor(message, reason) { super(); this.name = this.constructor.name; this.message = message; this.reason = reason || 'internal'; } } exports.EyesError = EyesError;