Skip to content
Snippets Groups Projects
Commit c64d0a0b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve exception management.

Remove almost all std::exit calls.

Now, one should use one of the provided exceptions.

- NormalError: an error which is related to the use of the code. It is
not related to a bug

- NotImplementedError: an error related to a functionnality that is
not avaliable yet

- UnexpectedError: an error related to some unexpected state. This
is related to a bug

Closes #13
parent 6142c794
No related branches found
No related tags found
Loading
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment