Skip to content

Commit 386625b

Browse files
committed
Removed ErrorHandler component docs
1 parent 9d2313b commit 386625b

File tree

4 files changed

+6
-144
lines changed

4 files changed

+6
-144
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,4 @@
501501
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502502
/components/web_link https://github.com/symfony/web-link
503503
/components/templating https://github.com/symfony/templating
504+
/components/error_handler https://github.com/symfony/error-handler

components/error_handler.rst

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

components/phpunit_bridge.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,8 @@ Deprecation Notices at Autoloading Time
311311
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312312

313313
By default, the PHPUnit Bridge uses ``DebugClassLoader`` from the
314-
:doc:`ErrorHandler component </components/error_handler>` to throw deprecation
315-
notices at class autoloading time. This can be disabled with the
316-
``debug-class-loader`` option.
314+
`ErrorHandler component`_ to throw deprecation notices at class autoloading
315+
time. This can be disabled with the ``debug-class-loader`` option.
317316

318317
.. code-block:: xml
319318
@@ -970,6 +969,7 @@ not find the SUT:
970969
971970
.. _`PHPUnit`: https://phpunit.de
972971
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
972+
.. _`ErrorHandler component`: https://github.com/symfony/error-handler
973973
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
974974
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
975975
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables

controller/error_pages.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ as this is very likely to expose sensitive data.
125125

126126
.. tip::
127127

128-
PHP errors are turned into exceptions as well by default, so you can also access these
129-
error details using ``exception``. For more on this see
130-
:ref:`Turning PHP Errors into Exceptions <turning-php-errors-into-exceptions>`
128+
PHP errors are turned into exceptions as well by default, so you can also
129+
access these error details using ``exception``.
131130

132131
Security & 404 Pages
133132
--------------------

0 commit comments

Comments
 (0)