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:
parent
e05a31b82b
commit
952f14b011
@ -28,8 +28,8 @@ namespace dev
|
|||||||
namespace julia
|
namespace julia
|
||||||
{
|
{
|
||||||
|
|
||||||
struct IuliaException: virtual Exception {};
|
struct YulException: virtual Exception {};
|
||||||
struct OptimizerException: virtual IuliaException {};
|
struct OptimizerException: virtual YulException {};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user