diff --git a/src/util/requestWrapper.ts b/src/util/requestWrapper.ts index d32395f..76268e6 100644 --- a/src/util/requestWrapper.ts +++ b/src/util/requestWrapper.ts @@ -110,7 +110,7 @@ export default class RequestUtil { } throw response; - }).catch(this.parseException); + }).catch(e => this.parseException(e)); } /**