UNPKG

310 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8class SevereServiceError extends Error {
9 constructor(message = 'Sever Service Error occurred.') {
10 super(message);
11 this.name = 'SevereServiceError';
12 }
13
14}
15
16exports.default = SevereServiceError;
\No newline at end of file