UNPKG

mtasa-api

Version:
7 lines (6 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OfflineAPIException = void 0; class OfflineAPIException extends Error { } exports.OfflineAPIException = OfflineAPIException;