ghostly.errors

All local errors that ghostly raises.

exception ghostly.errors.GhostlyError[source]

Bases: Exception

Ghostly error, which all Ghostly errors inherit.

exception ghostly.errors.DriverDoesNotExistError[source]

Bases: ghostly.errors.GhostlyError

Raised when Ghostly.__init__() can’t load a specific driver.

exception ghostly.errors.GhostlyTestFailed[source]

Bases: ghostly.errors.GhostlyError