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