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

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

$code  : int
$message  : string

Methods

__construct()  : mixed
__toString()  : mixed

Properties

$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

On this page