diff options
Diffstat (limited to 'libmat/exceptions.py')
| -rw-r--r-- | libmat/exceptions.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libmat/exceptions.py b/libmat/exceptions.py index 47da15c..e71c398 100644 --- a/libmat/exceptions.py +++ b/libmat/exceptions.py | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | ''' Base exceptions for MAT | 1 | """ Base exceptions for MAT |
| 2 | ''' | 2 | """ |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | class UnableToRemoveFile(Exception): | 5 | class UnableToRemoveFile(Exception): |
| 6 | '''This exception is raised when a file could not be removed | 6 | """This exception is raised when a file could not be removed |
| 7 | ''' | 7 | """ |
| 8 | pass | 8 | pass |
| 9 | 9 | ||
| 10 | class UnableToWriteFile(Exception): | 10 | class UnableToWriteFile(Exception): |
| 11 | '''This exception is raised when a file | 11 | """This exception is raised when a file |
| 12 | can could not be chmod +w | 12 | can could not be chmod +w |
| 13 | ''' | 13 | """ |
| 14 | pass | 14 | pass |
