index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-11 08:44:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 08:44:37 +0000 |
commit | 75b6ab396e3913e021ebfc49b626dfefd9eb0924 (patch) | |
tree | ef1fccf6d115807741e6b0bcda4d38a1ac8d6af3 /docs | |
parent | 6fb0f006d0bf93a8436fd85d3f209a0603b3dd1f (diff) | |
parent | c674bbd3024dc79ce1e630a0471a4d4fd52f6df5 (diff) |
-rw-r--r-- | docs/archinstall/general.rst | 10 |
diff --git a/docs/archinstall/general.rst b/docs/archinstall/general.rst index 312c03af..c3913ea9 100644 --- a/docs/archinstall/general.rst +++ b/docs/archinstall/general.rst @@ -91,3 +91,13 @@ Exceptions .. autofunction:: archinstall.ProfileError .. autofunction:: archinstall.SysCallError + +.. autofunction:: archinstall.ProfileNotFound + +.. autofunction:: archinstall.HardwareIncompatibilityError + +.. autofunction:: archinstall.PermissionError + +.. autofunction:: archinstall.UserError + +.. autofunction:: archinstall.ServiceException |