Skip to content

Commit

Permalink
Merge pull request #8468 from kenjis/remove-unused-exceptions
Browse files Browse the repository at this point in the history
refactor: remove unused exception classes
  • Loading branch information
kenjis authored Jan 30, 2024
2 parents dfdc101 + c16c65e commit 50cc0df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
23 changes: 0 additions & 23 deletions system/Exceptions/AlertError.php

This file was deleted.

23 changes: 0 additions & 23 deletions system/Exceptions/EmergencyError.php

This file was deleted.

2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ Changes
to match the default **php.ini** for production.
- **RouteCollection:** The HTTP method keys in the protected property ``$routes``
has been fixed from lowercase to uppercase.
- **Exceptions:** Unused ``CodeIgniter\Exceptions\AlertError`` and
``CodeIgniter\Exceptions\EmergencyError`` were removed.
- ``declare(strict_types=1)`` has been added to most framework codebase.

Deprecations
Expand Down

0 comments on commit 50cc0df

Please sign in to comment.