Class ElementIsEmpty
Exception thrown when one wants to cancel the whole rendering of an empty
element. The Brickrouge\Element
class takes care of this special case and instead
of rendering the exception only returns an empty string as the result of its
Brickrouge\Element::render()
method.
- Exception
- Brickrouge\ElementIsEmpty
Methods summary
public
|
#
__construct( mixed $message = "The element is empty.", mixed $code = 200,
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()