ICanBoogie
  • Documentation
  • API Reference
  • Render 0.6.x
Namespaces
  • ICanBoogie
    • Render
      • EngineCollection
      • Renderer
      • TemplateResolver
Classes
  • BasicTemplateResolver
  • EngineCollection
  • EngineNotAvailable
  • EngineNotDefined
  • PHPEngine
  • Renderer
  • StringObject
  • TemplateName
Interfaces
  • Engine
  • Exception
  • TemplateResolver
  • TemplateResolverDecorator
Traits
  • TemplateResolverDecoratorTrait
  • TemplateResolverTrait
Exceptions
  • InvalidRenderTarget
  • TemplateNotFound
Functions
  • get_engines
  • get_renderer
  • get_template_resolver
  • render

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)
Namespace: ICanBoogie\Render
Located at InvalidRenderTarget.php

Methods summary

public __construct( mixed $target, string $message = null, integer $code = 500, ICanBoogie\Render\Exception $previous = null )

InvalidRenderTarget constructor.

InvalidRenderTarget constructor.

Parameters

$target
$message
$code
$previous

Overrides

Exception::__construct
protected format_message( mixed $target ) : string

Format exception message.

Format exception message.

Parameters

$target

Returns

string

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only $target : mixed
Render 0.6.x – Check on GitHub – API documentation generated by ApiGen