Skip to content

Commit 216d38c

Browse files
added yul exception to compiler error types
1 parent 8ea483d commit 216d38c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/using-the-compiler.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,9 @@ Error Types
614614
10. ``Exception``: Unknown failure during compilation - this should be reported as an issue.
615615
11. ``CompilerError``: Invalid use of the compiler stack - this should be reported as an issue.
616616
12. ``FatalError``: Fatal error not processed correctly - this should be reported as an issue.
617-
13. ``Warning``: A warning, which didn't stop the compilation, but should be addressed if possible.
618-
14. ``Info``: Information that the compiler thinks the user might find useful, but is not dangerous and does not necessarily need to be addressed.
617+
13. ``YulException``: Error during Yul Code generation - this should be reported as an issue.
618+
14. ``Warning``: A warning, which didn't stop the compilation, but should be addressed if possible.
619+
15. ``Info``: Information that the compiler thinks the user might find useful, but is not dangerous and does not necessarily need to be addressed.
619620

620621

621622
.. _compiler-tools:

0 commit comments

Comments
 (0)