mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Catch exceptions of StandardCompiler
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
std::string compile(std::string const& _input);
|
||||
|
||||
private:
|
||||
Json::Value compileInternal(Json::Value const& _input);
|
||||
|
||||
CompilerStack m_compilerStack;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user