utils.exceptions package#

Submodules#

utils.exceptions.custom_exceptions module#

Utility exceptions module.

This module contains custom exception classes.

Classes:

OperationNotAllowedException

exception utils.exceptions.custom_exceptions.OperationNotAllowedException(message='This operation is not allowed.')[source]#

Bases: Exception

Exception notifying operator that an operation is not allowed or designed to not be possible.

Module contents#