From 5ad6ea26c8ad12f394b4e9f8a577c935f1f29785 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 8 Nov 2020 22:57:53 +0000 Subject: 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. --- archinstall/lib/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archinstall/lib/exceptions.py') 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 -- cgit v1.2.3-54-g00ecf