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