This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expected "Invalid Response" exceptions (#82)
The connector throws exceptions for non-200 status codes, so checking it in normal flow is no longer an option. We need to try-catch it to be sure. Fixes #78 Fixes #79
- Loading branch information