summaryrefslogtreecommitdiff
path: root/MAT/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAT/exceptions.py')
-rw-r--r--MAT/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAT/exceptions.py b/MAT/exceptions.py
new file mode 100644
index 0000000..7972f20
--- /dev/null
+++ b/MAT/exceptions.py
@@ -0,0 +1,8 @@
1''' Base exceptions for MAT
2'''
3
4
5class UnableToRemoveFile(Exception):
6 '''This exception is raised when a file could not be removed
7 '''
8 pass