diff --git a/gazu/exception.py b/gazu/exception.py index 778ae474..77146753 100644 --- a/gazu/exception.py +++ b/gazu/exception.py @@ -98,12 +98,14 @@ class TaskMustBeADictException(Exception): Error raised when a task should be a dict. """ -class FileDoesntExist(Exception): + +class FileDoesntExistException(Exception): """ Error raised when a file should be existed when we submit a preview. """ -class ProjectDoesntExist(Exception): + +class ProjectDoesntExistException(Exception): """ Error raised when a project isn't available. """