aboutsummaryrefslogtreecommitdiff
path: root/scripts/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/exceptions.py')
-rw-r--r--scripts/exceptions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/exceptions.py b/scripts/exceptions.py
index 68fef59..722c44a 100644
--- a/scripts/exceptions.py
+++ b/scripts/exceptions.py
@@ -19,9 +19,3 @@ class PhaseMismatch(Exception):
pass
def __str__(self):
return "Phase in " + conf.phase_file + " is unknown."
-
-class KernelConfigFailed(Exception):
- def __init__(self):
- pass
- def __str__(self):
- return "Kernel configuration failed."