Replace raw throw with BOOST_THROW_EXCEPTION.

This commit is contained in:
Alexander Arlt
2021-02-18 20:23:59 -05:00
parent 5c6633f975
commit c44bb7e7ef
14 changed files with 70 additions and 67 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
namespace solidity::langutil
{
class SemVerError: util::Exception
class SemVerError: public util::Exception
{
};