‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Error\Error Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Error\Error:
TYPO3\CMS\Extbase\Error\Message TYPO3\CMS\Extbase\Validation\Error

Protected Attributes

string $message = 'Unknown error'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Error\Message
string $message = 'Unknown message'
 
int $code
 
array $arguments = array( )
 
string $title = ''
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Error\Message
 __construct (string $message, int $code, array $arguments=[], string $title='')
 
string getMessage ()
 
int getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
string __toString ()
 

Detailed Description

An object representation of a generic error. Subclass this to create more specific errors if necessary.

Definition at line 24 of file Error.php.

Member Data Documentation

◆ $message

string TYPO3\CMS\Extbase\Error\Error::$message = 'Unknown error'
protected

Definition at line 28 of file Error.php.