_images/pyzora.svg

PyZora exceptions#

exception pyzora.exceptions.SecretError#

Bases: Exception

Something is wrong with the secret.

exception pyzora.exceptions.ChecksumError#

Bases: SecretError

Wrong secret checksum.

exception pyzora.exceptions.NotAGameCodeError#

Bases: SecretError

The given secret is not a game code.

exception pyzora.exceptions.NotARingCodeError#

Bases: SecretError

The given secret is not a ring password.

exception pyzora.exceptions.NotAMemoryCodeError#

Bases: SecretError

The given secret is not a memory password.