diff options
Diffstat (limited to 'MAT/exceptions.py')
| -rw-r--r-- | MAT/exceptions.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/MAT/exceptions.py b/MAT/exceptions.py deleted file mode 100644 index 47da15c..0000000 --- a/MAT/exceptions.py +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 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 | ||
| 9 | |||
| 10 | class UnableToWriteFile(Exception): | ||
| 11 | '''This exception is raised when a file | ||
| 12 | can could not be chmod +w | ||
| 13 | ''' | ||
| 14 | pass | ||
