We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce62d9 commit 46a7753Copy full SHA for 46a7753
user_guide_src/source/general/errors.rst
@@ -19,8 +19,8 @@ Using Exceptions
19
20
This section is a quick overview for newer programmers, or for developers who are not experienced with using exceptions.
21
22
-What is Exceptions
23
-------------------
+What are Exceptions
+-------------------
24
25
Exceptions are simply events that happen when the exception is "thrown". This halts the current flow of the script, and
26
execution is then sent to the error handler which displays the appropriate error page:
0 commit comments