sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Deprecation: #77164 - ErrorpageMessage and AbstractStandaloneMessage #555

Closed sabbelasichon closed 4 years ago

sabbelasichon commented 5 years ago

Deprecation: #77164 - ErrorpageMessage and AbstractStandaloneMessage

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.3/Deprecation-77164-ErrorpageMessageAndAbstractStandaloneMessage.html

.. include:: ../../Includes.txt

====================================================================

Deprecation: #77164 - ErrorpageMessage and AbstractStandaloneMessage

====================================================================

See :issue:77164

Description

===========

The two PHP classes ErrorpageMessage and AbstractStandaloneMessage have been marked as deprecated.

Impact

======

Instantiating one of the PHP classes will trigger a deprecation log entry.

Affected Installations

======================

Any TYPO3 instance using the two PHP classes directly because of a specialized error handling or exception handling method.

Migration

=========

Use the new Fluid-based ErrorPageController class.

.. index:: PHP-API

sabbelasichon commented 4 years ago

This is not fixable