IncludeFileNotFound
Less than 1 minute
IncludeFileNotFound
Exception thrown when a template include file is not found.
class IncludeFileNotFound extends \Hazaar\Template\Exception\ExceptionRepresents an error that occurs when a requested include file cannot be located during template rendering.
Methods
__construct
Constructs a new IncludeFileNotFound exception.
public __construct(string $file): voidParameters
| Parameter | Type | Description |
|---|---|---|
$file | string | the path or name of the missing include file |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000