diff --git a/doc/build/html/_modules/accounting/exceptions.html b/doc/build/html/_modules/accounting/exceptions.html new file mode 100644 index 0000000000000000000000000000000000000000..6e7a3f34046d605268b73cbd8432ba1079ca0ed1 --- /dev/null +++ b/doc/build/html/_modules/accounting/exceptions.html @@ -0,0 +1,100 @@ + + + + + + + + accounting.exceptions — Accounting API 0.1-beta documentation + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for accounting.exceptions

+
[docs]class AccountingException(Exception): + ''' + Used as a base for exceptions that are returned to the caller via the + jsonify_exceptions decorator + ''' + pass
+
+ +
+
+
+
+
+ + +
+
+
+
+ + + + \ No newline at end of file