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