Class InvalidRenderTarget
Exception thrown when the target to render is invalid.
- Exception implements Throwable
- ┗ LogicException
- ┗ InvalidArgumentException
- ┗ ICanBoogie\Render\InvalidRenderTarget implements ICanBoogie\Render\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
__construct( mixed $target, string $message = null, integer $code = 500, ICanBoogie\Render\Exception $previous = null )
InvalidRenderTarget constructor.
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Properties summary
Properties inherited from Exception
$code,
$file,
$line,
$message