Skip to content
Snippets Groups Projects
Unverified Commit 93700451 authored by René Fritze's avatar René Fritze
Browse files

[exceptions] adds a handy new throw macro

This allows to refactor all those
```if(foo) {
throw bla;
}
```
blocks into ```DUNE_THROW_IF(foo, bla, "")```
parent 92d93a3b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment