diff options
Diffstat (limited to 'src/http.ts')
-rw-r--r-- | src/http.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/http.ts b/src/http.ts index 8c1f772d8..a2bfab279 100644 --- a/src/http.ts +++ b/src/http.ts @@ -107,10 +107,3 @@ export class BrowserHttpLib implements HttpRequestLibrary { return this.req("post", url, { req: form }); } } - -/** - * Exception thrown on request errors. - */ -export class RequestException { - constructor(public detail: any) {} -} |