[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/Vector35/binaryninja-api/dev/python/exceptions.py [Back]  [Original]

class RelocationWriteException(Exception):
	""" Exception raised when a relocation fails to apply """
	pass

class ILException(Exception):
	""" Exception raised when IL operations fail """
	pass

class ProjectException(Exception):
	""" Exception raised when project operations fail """
	pass

class ExternalLinkException(Exception):
	""" Exception raised when external library/location operations fail """
	pass

Web Proxy Viewer  |  New URL  |  Original Page