UNPKG
@jsstudio/development-api-interceptor
Version:
latest (1.0.1)
1.0.1
1.0.0
development-api-interceptor
github.com/srijanone/development-api-interceptor
@jsstudio/development-api-interceptor
/
lib
/
cjs
/
error-handling
/
ValidationError.d.ts
4 lines
(3 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
export
declare
class
ValidationError
extends
Error
{
constructor
(
message
?:
string
,
path
?:
string
); }