Rename IuliaException to YulException

This commit is contained in:
Alex Beregszaszi 2018-06-26 00:11:14 +02:00
parent e05a31b82b
commit 952f14b011

View File

@ -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 {};
} }
} }