UNPKG

seerbit-nodejs

Version:
11 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ApiException { constructor(message, statusCode = 500) { this.name = "ApiException"; this.message = message; this.statusCode = statusCode; } } exports.default = ApiException; //# sourceMappingURL=apiException.js.map