summaryrefslogtreecommitdiff
path: root/python/exceptions.py
blob: cb2852532f582476c7e996606963c69634c83ee8 (plain)
1
2
3
4
5
6
7
class RelocationWriteException(Exception):
	""" Exception raised when a relocation fails to apply """
	pass

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