PropertyUndefined
Less than 1 minute
PropertyUndefined
Exception thrown when an undefined property is accessed in a class.
class PropertyUndefined extends \Hazaar\Util\Exception\ExceptionThis exception is used to indicate that an attempt to access a property on a class failed because the property does not exist or is not defined in the class.
Methods
__construct
Constructs a new PropertyUndefined exception.
public __construct(string $class, string $property): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | the name of the class where the property was accessed |
$property | string | the name of the property that was accessed but is undefined |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000