IncludeFileNotFound
Less than 1 minute
IncludeFileNotFound
Exception thrown when a template include file is not found.
class IncludeFileNotFound extends \Hazaar\ExceptionExtends: Hazaar\Exception
Represents 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 Fri, 04 Sep 2026 23:32:16 +0000