UNPKG
ts-ds-tool
/
resource
/
exception
/
NotNullException.js
Version:
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
52 B
JavaScript
View Raw
1
export
class
NullPointerException
extends
Error
{
2
}