qore icon indicating copy to clipboard operation
qore copied to clipboard

migrate Qore to use C++ exceptions rather than ExceptionSink

Open davidnich opened this issue 8 years ago • 1 comments

to improve the maintainability and clarity of the code; using c++ exceptions will result in more concise code as well

davidnich avatar Jan 24 '17 06:01 davidnich

it would be also much easier to understand the exception propagation

pvanek avatar Jan 25 '17 11:01 pvanek