Source code for binaryninja.exceptions

[docs]classRelocationWriteException(Exception):""" Exception raised when a relocation fails to apply """pass
[docs]classILException(Exception):""" Exception raised when IL operations fail """pass
[docs]classProjectException(Exception):""" Exception raised when project operations fail """pass
[docs]classExternalLinkException(Exception):""" Exception raised when external library/location operations fail """pass