Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

TemplateUnavailableException extends Exception
in package

Table of Contents

Properties

$code  : int
$message  : string

Methods

__construct()  : mixed
__toString()  : mixed

Properties

$code

protected int $code = 1002

$message

protected string $message = "The template you are trying to include does not seem to exist. Please check the file name.\n\tInvalid error message. "

Methods

__construct()

public __construct(string $message) : mixed
Parameters
$message : string

__toString()

public __toString() : mixed
On this page