UNPKG

next-page-tester

Version:
10 lines (9 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InternalError = void 0; class InternalError extends Error { constructor(message) { super(`[next-page-tester] ${message}`); } } exports.InternalError = InternalError;