Note

This documentation is in draft form. Reports of any errors or suggestions for improvement are welcomed and should be submitted as new issues.

Exceptions - crypto_enigma.exceptions

This module defines some placeholders for custom exceptions and errors.

Exceptions

exception crypto_enigma.exceptions.EnigmaError[source]

Bases: exceptions.Exception

exception crypto_enigma.exceptions.EnigmaValueError[source]

Bases: crypto_enigma.exceptions.EnigmaError, exceptions.ValueError

exception crypto_enigma.exceptions.EnigmaDisplayError[source]

Bases: crypto_enigma.exceptions.EnigmaError