[exceptions] adds a handy new throw macro
This allows to refactor all those ```if(foo) { throw bla; } ``` blocks into ```DUNE_THROW_IF(foo, bla, "")```
Loading
Please register or sign in to comment
This allows to refactor all those ```if(foo) { throw bla; } ``` blocks into ```DUNE_THROW_IF(foo, bla, "")```