TYPO3  7.6
Protected Attributes | List of all members
Error Class Reference
Inheritance diagram for Error:
Message Error

Protected Attributes

 $message = 'Unknown error'
 
- Protected Attributes inherited from Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = array()
 
 $title = ''
 

Additional Inherited Members

- Public Member Functions inherited from Message
 __construct ($message, $code, array $arguments=array(), $title= '')
 
 getMessage ()
 
 getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
 __toString ()
 

Detailed Description

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

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 30 of file Error/Error.php.

Member Data Documentation

$message = 'Unknown error'
protected

Definition at line 35 of file Error/Error.php.