diff options
Diffstat (limited to 'libyul/Exceptions.h')
-rw-r--r-- | libyul/Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libyul/Exceptions.h b/libyul/Exceptions.h index 48624a56..c423b66f 100644 --- a/libyul/Exceptions.h +++ b/libyul/Exceptions.h @@ -25,7 +25,7 @@ namespace dev { -namespace julia +namespace yul { struct YulException: virtual Exception {}; |