DefineRuleException
Less than 1 minute
DefineRuleException
Exception thrown when a rule does not exist in a model class.
class DefineRuleException extends \Hazaar\Model\Exception\ExceptionMethods
__construct
Constructs a new DefineRuleException.
public __construct(string $class, string $ruleName): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | the name of the class where the rule definition failed |
$ruleName | string | the name of the rule that does not exist |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:23 +0000