Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/exceptions.py
blob: 68ba8750722bd24cc62ce93598dda8c55f2646fb (plain)
1
2
3
4
5
6
7
8
class RequirementError(BaseException):
	pass
class DiskError(BaseException):
	pass
class ProfileError(BaseException):
	pass
class SysCallError(BaseException):
	pass