Skip to content

Commit 38a6c97

Browse files
committed
docs: improve description
1 parent eaf0cff commit 38a6c97

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/general/errors.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ Error Handling
33
##############
44

55
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,
79
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
911
keep the best user experience for your users.
1012

1113
.. contents::

0 commit comments

Comments
 (0)