UNPKG
miaam
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
Miaam Web Game Framework
miaam
/
src
/
error
/
index.js
6 lines
(4 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
import
IllegalArgumentError
from
'./IllegalArgument.error.js'
;
import
InterfaceError
from
'./Interface.error.js'
;
import
IntegrationError
from
'./Integration.error.js'
;
export
{
IllegalArgumentError
,
InterfaceError
,
IntegrationError
};