fix exception parser scope

This commit is contained in:
tiagosiebler
2021-01-21 08:52:33 +00:00
parent a6dad12e95
commit 8981d2cf65
3 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ export default class RequestUtil {
}
throw response;
}).catch(this.parseException);
}).catch(e => this.parseException(e));
}
/**