fuel-web/nailgun/nailgun/expression
Nikita Zubkov d5a790caab Add exceptions hierarchy
nailgun.errors have a huge set of exceptions but without hierarchy. This
patch remove exception generation from dict and make it explicitly with
python classes and add some exceptions hierarchy. Now all network errors
inherit from NetworkException and same for other exceptions.

Change-Id: I9a2c6b358ea02a16711da74562308664ad7aed97
Closes-bug: #1566195
2016-04-14 17:41:25 +03:00
..
__init__.py Precompilation of expressions (python part) 2014-09-08 22:06:31 +07:00
expression_parser.py Add exceptions hierarchy 2016-04-14 17:41:25 +03:00
objects.py Remove support of '?' operator in expressions and improve performance 2014-11-13 15:23:15 +03:00