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
/
esm
/
error-handling
/
ApiError.d.ts
5 lines
(4 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
ApiError
extends
Error
{
private
status;
constructor
(
message
:
string
,
status
:
number
); }