taolib.testing.qrcode.errors#

Exceptions#

QRCodeError

Common base class for all non-exit exceptions.

InvalidContentError

Common base class for all non-exit exceptions.

InvalidColorError

Common base class for all non-exit exceptions.

InvalidSizeError

Common base class for all non-exit exceptions.

LogoProcessingError

Common base class for all non-exit exceptions.

Module Contents#

exception taolib.testing.qrcode.errors.QRCodeError#

Bases: Exception

Common base class for all non-exit exceptions.

exception taolib.testing.qrcode.errors.InvalidContentError#

Bases: QRCodeError

Common base class for all non-exit exceptions.

exception taolib.testing.qrcode.errors.InvalidColorError#

Bases: QRCodeError

Common base class for all non-exit exceptions.

exception taolib.testing.qrcode.errors.InvalidSizeError#

Bases: QRCodeError

Common base class for all non-exit exceptions.

exception taolib.testing.qrcode.errors.LogoProcessingError#

Bases: QRCodeError

Common base class for all non-exit exceptions.