mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
yulInterpreter: More fine-grained exception handling
This commit is contained in:
@@ -96,7 +96,7 @@ void interpret(string const& _source)
|
||||
{
|
||||
interpreter(*ast);
|
||||
}
|
||||
catch (InterpreterTerminated const&)
|
||||
catch (InterpreterTerminatedGeneric const&)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user