ICanBoogie/Render v0.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Render
      • EngineCollection
      • Renderer
      • TemplateResolver

Classes

  • BasicTemplateResolver
  • EngineCollection
  • EngineNotAvailable
  • EngineNotDefined
  • PHPEngine
  • Renderer
  • TemplateName

Interfaces

  • Engine
  • Exception
  • TemplateResolver

Traits

  • TemplateResolverTrait

Exceptions

  • TemplateNotFound

Functions

  • get_engines
  • get_renderer
  • get_template_resolver

Class TemplateNotFound

Exception throw when a template cannot be found.

Exception implements Throwable
Extended by LogicException
Extended by ICanBoogie\Render\TemplateNotFound implements ICanBoogie\Render\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Render
Package: ICanBoogie\Render
Located at TemplateNotFound.php

Methods summary

protected
# get_tried( )
public
# __construct( $message, array $tried, $code = 404, ICanBoogie\Render\Exception $exception = null )

Overrides

Exception::__construct

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 array $tried

Tried pathname collection.

ICanBoogie/Render v0.4.0 API documentation generated by ApiGen