From af36529554c39a2eefcc2c8723715e2d25b401b8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Jun 2014 13:39:18 +0200 Subject: Rename the MAT folder to libmat. This commit fixes some issues for dump operating systems who doesn't handle capitalization. --- libmat/exceptions.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libmat/exceptions.py (limited to 'libmat/exceptions.py') diff --git a/libmat/exceptions.py b/libmat/exceptions.py new file mode 100644 index 0000000..47da15c --- /dev/null +++ b/libmat/exceptions.py @@ -0,0 +1,14 @@ +''' Base exceptions for MAT +''' + + +class UnableToRemoveFile(Exception): + '''This exception is raised when a file could not be removed + ''' + pass + +class UnableToWriteFile(Exception): + '''This exception is raised when a file + can could not be chmod +w + ''' + pass -- cgit v1.3