You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/general/errors.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@ Error Handling
3
3
##############
4
4
5
5
CodeIgniter builds error reporting into your system through Exceptions, both the `SPL collection <https://www.php.net/manual/en/spl.exceptions.php>`_, as
6
-
well as a few custom exceptions that are provided by the framework. Depending on your environment's setup,
6
+
well as a few exceptions that are provided by the framework.
7
+
8
+
Depending on your environment's setup,
7
9
the default action when an error or exception is thrown is to display a detailed error report unless the application
8
-
is running under the ``production`` environment. In this case, a more generic message is displayed to
10
+
is running under the ``production`` environment. In the ``production`` environment, a more generic message is displayed to
0 commit comments