Skip to content

Commit b4855dd

Browse files
committed
docs: show full classnames
1 parent 8047699 commit b4855dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/errors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Specify HTTP Status Code in Your Exception
187187
.. versionadded:: 4.3.0
188188

189189
Since v4.3.0, you can specify the HTTP status code for your Exception class to implement
190-
``HTTPExceptionInterface``.
190+
``CodeIgniter\Exceptions\HTTPExceptionInterface``.
191191

192192
When an exception implementing ``HTTPExceptionInterface`` is caught by CodeIgniter's exception handler, the Exception code will become the HTTP status code.
193193

@@ -230,7 +230,7 @@ Specify Exit Code in Your Exception
230230
.. versionadded:: 4.3.0
231231

232232
Since v4.3.0, you can specify the exit code for your Exception class to implement
233-
``HasExitCodeInterface``.
233+
``CodeIgniter\Exceptions\HasExitCodeInterface``.
234234

235235
When an exception implementing ``HasExitCodeInterface`` is caught by CodeIgniter's exception handler, the code returned from the ``getExitCode()`` method will become the exit code.
236236

0 commit comments

Comments
 (0)