Skip to content

Commit 50cc0df

Browse files
authored
Merge pull request #8468 from kenjis/remove-unused-exceptions
refactor: remove unused exception classes
2 parents dfdc101 + c16c65e commit 50cc0df

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

system/Exceptions/AlertError.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

system/Exceptions/EmergencyError.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ Changes
374374
to match the default **php.ini** for production.
375375
- **RouteCollection:** The HTTP method keys in the protected property ``$routes``
376376
has been fixed from lowercase to uppercase.
377+
- **Exceptions:** Unused ``CodeIgniter\Exceptions\AlertError`` and
378+
``CodeIgniter\Exceptions\EmergencyError`` were removed.
377379
- ``declare(strict_types=1)`` has been added to most framework codebase.
378380

379381
Deprecations

0 commit comments

Comments
 (0)