UNPKG

open-api-mocker

Version:

A mock server based in Open API Specification

11 lines (7 loc) 160 B
'use strict'; class ParserError extends Error { constructor(message, errorPath) { super(`${message} in ${errorPath}`); } } module.exports = ParserError;