Skip to content

Commit b22c181

Browse files
committed
docs: add Deprecations
1 parent fb0ede1 commit b22c181

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
@@ -207,6 +207,7 @@ Deprecations
207207
- ``CodeIgniter::$path`` and ``CodeIgniter::setPath()`` are deprecated. No longer used.
208208
- The public property ``IncomingRequest::$uri`` is deprecated. It will be protected. Use ``IncomingRequest::getUri()`` instead.
209209
- The public property ``IncomingRequest::$config`` is deprecated. It will be protected.
210+
- Many methods and properties in ``CodeIgniter\Debug\Exceptions`` are deprecated. Because these methods have been moved to ``BaseExceptionHandler`` or ``ExceptionHandler``.
210211

211212
Bugs Fixed
212213
**********

0 commit comments

Comments
 (0)