mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace raw throw with BOOST_THROW_EXCEPTION.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
namespace solidity::langutil
|
||||
{
|
||||
|
||||
class SemVerError: util::Exception
|
||||
class SemVerError: public util::Exception
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user