yulInterpreter: More fine-grained exception handling

This commit is contained in:
Bhargava Shastry
2019-04-04 13:02:55 +02:00
parent 44fc658aa0
commit f15cedad7a
8 changed files with 65 additions and 24 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void interpret(string const& _source)
{
interpreter(*ast);
}
catch (InterpreterTerminated const&)
catch (InterpreterTerminatedGeneric const&)
{
}