UNPKG
krispy
Version:
latest (2.0.0)
2.0.0
1.0.0
Basic synchronous dependency injector
github.com/arcticzeroo/krispy
arcticzeroo/krispy
krispy
/
dist
/
lib
/
exception
/
UnexpectedStateException.js
6 lines
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
UnexpectedStateException
extends
Error
{ }
exports
.
default
=
UnexpectedStateException
;
//# sourceMappingURL=UnexpectedStateException.js.map