hybkit.errors

Module storing hybkit error classes.

exception hybkit.errors.HybkitError

Base class for Hybkit errors.

Variables

message (str) -- Human-readable string describing the error.

exception hybkit.errors.HybkitArgError

Error raised when an invalid argument is provided to a Hybkit function.

Subclass of HybkitError.

Variables

message (str) -- Human-readable string describing the error.

exception hybkit.errors.HybkitConstructorError

Error raised when a read error occurs.

Subclass of HybkitError.

Variables

message (str) -- Human-readable string describing the error.

exception hybkit.errors.HybkitIterError

Error raised when an error is encountered during Hybkit iteration.

Subclass of HybkitError.

Variables

message (str) -- Human-readable string describing the error.

exception hybkit.errors.HybkitMiscError

Error raised when an error is encountered during Hybkit usage.

Subclass of HybkitError.

Variables

message (str) -- Human-readable string describing the error.