Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/exceptions.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-08 22:57:53 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-08 22:57:53 +0000
commit5ad6ea26c8ad12f394b4e9f8a577c935f1f29785 (patch)
treec242b911c1b6ca8679774f18335a57f54616e9b2 /archinstall/lib/exceptions.py
parented579a07ed8e958f11da0117be9d5fc6fd918fed (diff)
Tweaked #58 slightly. Execution is done with an attempt to retain file line numbers when executing. It also consolidates behavior of files and remote documents in a 'similar' manner.
Diffstat (limited to 'archinstall/lib/exceptions.py')
-rw-r--r--archinstall/lib/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall/lib/exceptions.py b/archinstall/lib/exceptions.py
index 68ba8750..2a1cae14 100644
--- a/archinstall/lib/exceptions.py
+++ b/archinstall/lib/exceptions.py
@@ -5,4 +5,6 @@ class DiskError(BaseException):
class ProfileError(BaseException):
pass
class SysCallError(BaseException):
+ pass
+class ProfileNotFound(BaseException):
pass \ No newline at end of file