diff --git a/gnuviechadmin/fileservertasks/tasks.py b/gnuviechadmin/fileservertasks/tasks.py index 67ea3e4..388c79a 100644 --- a/gnuviechadmin/fileservertasks/tasks.py +++ b/gnuviechadmin/fileservertasks/tasks.py @@ -73,7 +73,7 @@ def create_file_mailbox(username, mailboxname): :param str username: the user name :param str mailboxname: the mailbox name - :raises GVAFileException: if the mailbox directory cannot be created + :raises Exception: if the mailbox directory cannot be created :return: the created mailbox directory name :rtype: str @@ -87,7 +87,7 @@ def delete_file_mailbox(username, mailboxname): :param str username: the user name :param str mailboxname: the mailbox name - :raises GVAFileException: if the mailbox directory cannot be deleted + :raises Exception: if the mailbox directory cannot be deleted :return: the deleted mailbox directory name :rtype: str