adgtk.common.exceptions

Common exceptions for the ADGTK package

exception adgtk.common.exceptions.UnableToMeasureException(message: str | None = None)

Bases: Exception

Raise when there is an invalid configuration.

__init__(message: str | None = None)