Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exceptions.py
blob: 24f3f2735445eadcf60024fad591343bb2a668a1 (
plain
)
1
2
3
4
class RequirementError(BaseException): pass class DiskError(BaseException): pass