UNPKG
mtasa-api
Version:
latest (0.3.0)
0.3.0
0.2.22
0.2.21
0.2.1
0.2.0
Get data from MTA SA API easily.
github.com/grupo-haze/mtasa-api
grupo-haze/mtasa-api
mtasa-api
/
dist
/
errors
/
OfflineAPIException.js
7 lines
(6 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OfflineAPIException
=
void
0
;
class
OfflineAPIException
extends
Error
{ }
exports
.
OfflineAPIException
=
OfflineAPIException
;