Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong type error if the error in some cases
Problem ------- The raised error may be a throwable since the user is supposed to add its custom code with handlers. But since this is type hinted Exception, the real failure will be hidden by this new TypeError. Solution -------- Accept Throwable instead. Fixes #208
- Loading branch information