]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Pool Exceptions in one module
authorHenryk Plötz <henryk@ploetzli.ch>
Wed, 29 Aug 2018 15:03:18 +0000 (17:03 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:34:29 +0000 (19:34 +0100)
commitc3872bc86d9ed7dd33ae5f9784b5925bcad7c603
treec724719ebd171876489a3a2de5d3a3bc0dc2fa1a
parent95629a039de1c6a610a8be66eb27763e13d19708
Pool Exceptions in one module
Raise Exceptions during executions, generally prepare for integration with external library users
Be over-cautious with PIN errors: On first sign of wrong PIN, block the PIN from usage (raise Exception when trying to use the PIN). Library user will need to create a new FinTS3PinTanClient instance.
fints/client.py
fints/connection.py
fints/dialog.py
fints/exceptions.py [new file with mode: 0644]
fints/utils.py