error

Custom error classes.

exception lucidity.error.ParseError[source]

Bases: exceptions.Exception

Raise when a template is unable to parse a path.

exception lucidity.error.FormatError[source]

Bases: exceptions.Exception

Raise when a template is unable to format data into a path.

exception lucidity.error.NotFound[source]

Bases: exceptions.Exception

Raise when an item cannot be found.

exception lucidity.error.ResolveError[source]

Bases: exceptions.Exception

Raise when a template reference can not be resolved.