Runtime Errors#
- exception pyhmmer.errors.UnexpectedError(RuntimeError)#
An unexpected error that happened in the C code.
As a user of this library, you should never see this exception being raised. If you do, please open an issue with steps to reproduce on the bug tracker, so that proper error handling can be added to the relevant part of the bindings.
- __init__(self, code, function)#
–