exceptions

Exceptions module.

exception homer.exceptions.HomerAbortError[source]

Bases: HomerError

Exception class for aborted actions.

exception homer.exceptions.HomerConnectError[source]

Bases: HomerError

Exception class raised when unable to connect to a device.

exception homer.exceptions.HomerDiffError[source]

Bases: HomerError

Exception class raised when attempting to store multiple diffs for the same device.

exception homer.exceptions.HomerError[source]

Bases: Exception

Parent exception class for all Homer exceptions.

exception homer.exceptions.HomerTimeoutError[source]

Bases: HomerError

Exception class for actions that timeout.