first commit
This commit is contained in:
8
node_modules/get-uri/dist/http-error.d.ts
generated
vendored
Normal file
8
node_modules/get-uri/dist/http-error.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Error subclass to use when an HTTP application error has occurred.
|
||||
*/
|
||||
export default class HTTPError extends Error {
|
||||
code: string;
|
||||
statusCode: number;
|
||||
constructor(statusCode: number, message?: string | undefined);
|
||||
}
|
||||
Reference in New Issue
Block a user