diff options
| author | jvoisin | 2013-07-16 11:48:20 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-16 11:48:20 +0200 |
| commit | 39eb67a929ed2f5626e360b6ad76e52fceeb0198 (patch) | |
| tree | 610c950a754c8fc6bb63cfa58b6ea8e7c3fb977e /MAT | |
| parent | 3d2429a41de44f9769c7f63b587c9f0502fd1a6c (diff) | |
Add a missing file, sorry
Diffstat (limited to 'MAT')
| -rw-r--r-- | MAT/exceptions.py | 8 |
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 | |||
| 5 | class UnableToRemoveFile(Exception): | ||
| 6 | '''This exception is raised when a file could not be removed | ||
| 7 | ''' | ||
| 8 | pass | ||
