Source code for binaryninja.exceptions

[docs] class RelocationWriteException(Exception): """ Exception raised when a relocation fails to apply """ pass
[docs] class ILException(Exception): """ Exception raised when IL operations fail """ pass
[docs] class ProjectException(Exception): """ Exception raised when project operations fail """ pass
[docs] class ExternalLinkException(Exception): """ Exception raised when external library/location operations fail """ pass