everest.exceptions

Custom exceptions.

exception everest.exceptions.DuplicateException[source]

Bases: exceptions.Exception

Raised when more than one item was found where one was expected.

__weakref__

list of weak references to the object (if defined)

exception everest.exceptions.UnsupportedOperationException[source]

Bases: exceptions.Exception

Raise this to indicate that the requested operation is not supported.

__weakref__

list of weak references to the object (if defined)

Project Versions

Previous topic

everest.directives

This Page