Skip to content

Commit 2017313

Browse files
committed
docs: add Deprecations
1 parent 7c9141a commit 2017313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Deprecations
249249
- ``CodeIgniter::$path`` and ``CodeIgniter::setPath()`` are deprecated. No longer used.
250250
- The public property ``IncomingRequest::$uri`` is deprecated. It will be protected. Use ``IncomingRequest::getUri()`` instead.
251251
- The public property ``IncomingRequest::$config`` is deprecated. It will be protected.
252+
- Many methods and properties in ``CodeIgniter\Debug\Exceptions`` are deprecated. Because these methods have been moved to ``BaseExceptionHandler`` or ``ExceptionHandler``.
252253

253254
Bugs Fixed
254255
**********

0 commit comments

Comments
 (0)