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
When an exception implementing ``HTTPExceptionInterface`` is caught by CodeIgniter's exception handler, the Exception code will become the HTTP status code.
193
193
@@ -230,7 +230,7 @@ Specify Exit Code in Your Exception
230
230
.. versionadded:: 4.3.0
231
231
232
232
Since v4.3.0, you can specify the exit code for your Exception class to implement
233
-
``HasExitCodeInterface``.
233
+
``CodeIgniter\Exceptions\HasExitCodeInterface``.
234
234
235
235
When an exception implementing ``HasExitCodeInterface`` is caught by CodeIgniter's exception handler, the code returned from the ``getExitCode()`` method will become the exit code.
0 commit comments