Esc
API Index — Namespaces, Packages, Reports, Indices
TemplateUnavailableException
extends Exception
in package
Thrown when a requested template file does not exist.
Extracted verbatim from src/App.php (Phase 0 structural relocation). FQCN
unchanged (ZealPHP\TemplateUnavailableException).
Table of Contents
Properties
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