laudanum.exceptions#

For when ya done goofed.

Exceptions

BaseError

The mother of all exceptions.

InvalidFontError

Raised when you provide an ASCII font that cannot be found in art's font gallery.

InvalidRGBAError

Raised when you provide an illegal RGBA value.

exception InvalidFontError[source]#

Raised when you provide an ASCII font that cannot be found in art’s font gallery.

exception InvalidRGBAError[source]#

Raised when you provide an illegal RGBA value.