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