From 1afbf5f2c2286b00109cbfcfd4d4c661f33fcd27 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 10 Apr 2018 21:19:40 +0200 Subject: Cdebase ported to Python --- bcdd/Exceptions.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bcdd/Exceptions.py (limited to 'bcdd/Exceptions.py') diff --git a/bcdd/Exceptions.py b/bcdd/Exceptions.py new file mode 100644 index 0000000..16970b5 --- /dev/null +++ b/bcdd/Exceptions.py @@ -0,0 +1,14 @@ +class DllNotFoundException(Exception): + pass + + +class FieldNotFoundException(Exception): + pass + + +class ParScoreInvalidException(FieldNotFoundException): + pass + + +class DDTableInvalidException(FieldNotFoundException): + pass -- cgit v1.2.3