PHP Class Yosymfony\Spress\Core\ContentManager\Renderizer\Exception\RenderException

Author: Victor Puertas ([email protected])
Inheritance: extends RuntimeException
Afficher le fichier Open project: spress/spress

Protected Properties

Свойство Type Description
$id
$rawMessage

Méthodes publiques

Méthode Description
__construct ( string $message, string $id = null, Exception $previous = null ) Constructor.
getId ( ) : string Gets the identifier where the exception was created.
setId ( string $id ) Sets the identifier where the exception was created.

Private Methods

Méthode Description
updateRepr ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( string $message, string $id = null, Exception $previous = null )
$message string The exception message
$id string The identifier of the content where the exception was created
$previous Exception The previous exception

getId() public méthode

Gets the identifier where the exception was created.
public getId ( ) : string
Résultat string

setId() public méthode

Sets the identifier where the exception was created.
public setId ( string $id )
$id string The identifier of the content

Property Details

$id protected_oe property

protected $id

$rawMessage protected_oe property

protected $rawMessage