From 39eb67a929ed2f5626e360b6ad76e52fceeb0198 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 16 Jul 2013 11:48:20 +0200 Subject: Add a missing file, sorry --- MAT/exceptions.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MAT/exceptions.py 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 @@ +''' Base exceptions for MAT +''' + + +class UnableToRemoveFile(Exception): + '''This exception is raised when a file could not be removed + ''' + pass -- cgit v1.3