ccashfrontend/views/node_modules/ccash-client-js/dist/Exception.js
2021-06-18 09:20:09 +10:00

6 lines
170 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Exception = void 0;
class Exception extends Error {
}
exports.Exception = Exception;