UNPKG
http-class
Version:
latest (0.9.5)
0.9.5
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.0.3
0.0.2
0.0.1
http class for response codes
github.com/GiovanniCardamone/http-class
GiovanniCardamone/http-class
http-class
/
dist
/
5xx
/
LoopDetected.d.ts
9 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
HttpError
, {
ErrorInfo
}
from
"../HttpError"
;
/** * Http Error 508: Loop Detected */
export
default
class
LoopDetected
extends
HttpError
{
static
CODE
:
number
;
constructor
(
mesg
:
string
,
info
?:
ErrorInfo
); }
//# sourceMappingURL=LoopDetected.d.ts.map