Skip to content

Dedicated class for exceptions

Andrey Popov requested to merge exception into master

Introduce class HZZException and use it or its derived class for most of exception in the framework. This remedies the abuse of exceptions from <stdexcept> and provides a little bit more concise syntax.

Merge request reports