Exceptions#

Specific application exceptions.

exception sample.exceptions.SveetchPythonSampleBaseException[source]#

Bases: Exception

Exception base.

You should never use it directly except for test purpose. Instead make or use a dedicated exception related to the error context.

exception sample.exceptions.AppOperationError[source]#

Bases: SveetchPythonSampleBaseException

Sample exception to raise from your code.