summaryrefslogtreecommitdiff
path: root/MAT/exceptions.py
diff options
context:
space:
mode:
authorjvoisin2013-07-16 11:48:20 +0200
committerjvoisin2013-07-16 11:48:20 +0200
commit39eb67a929ed2f5626e360b6ad76e52fceeb0198 (patch)
tree610c950a754c8fc6bb63cfa58b6ea8e7c3fb977e /MAT/exceptions.py
parent3d2429a41de44f9769c7f63b587c9f0502fd1a6c (diff)
Add a missing file, sorry
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