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