Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle gracefully unknown error codes
Do not throw exceptions for unknown error codes. If `get_proc_exception()` gets called from within an exception context and raises an exception itself, then this exception will not get caught, and it will get lost. Prefer instead to return an exception class that we have for this purpose, and show to the user the unknown error code of the converesion process.
- Loading branch information