UNPKG

@cashfarm/tractor

Version:

A Hapi server with superpowers

14 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ApiError { constructor(err, status = 500) { this.statusCode = status; this.message = err.message; this.developerMessage = err.message; this.details = err; this.stack = err.stack; } } exports.ApiError = ApiError; exports.default = ApiError; //# sourceMappingURL=apiError.js.map