mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename IuliaException to YulException
This commit is contained in:
@@ -28,8 +28,8 @@ namespace dev
|
||||
namespace julia
|
||||
{
|
||||
|
||||
struct IuliaException: virtual Exception {};
|
||||
struct OptimizerException: virtual IuliaException {};
|
||||
struct YulException: virtual Exception {};
|
||||
struct OptimizerException: virtual YulException {};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user