feat: add dependency check
This commit is contained in:
7
core/exceptions.py
Normal file
7
core/exceptions.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Some general exception classes used throughout the program."""
|
||||
|
||||
|
||||
class MissingDependencyError(RuntimeError):
|
||||
"""Raised if a required system dependency is missing."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user