UNPKG
@rr0/common
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
Common and utility classes
github.com/RR0/common
RR0/common
@rr0/common
/
dist
/
assert
/
RR0AssertionError.js
8 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
RR0Error
}
from
"../error"
;
export
class
RR0AssertionError
extends
RR0Error
{
constructor
(
message = RR0AssertionError.defaultMessage, cause
) {
super
(message, cause); } }
RR0AssertionError
.
defaultMessage
=
"Assertion failed"
;
//# sourceMappingURL=RR0AssertionError.js.map