mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Exception = void 0;
|
|
class Exception extends Error {
|
|
}
|
|
exports.Exception = Exception;
|