ExtenderAccessFailed
Less than 1 minute
ExtenderAccessFailed
Exception thrown when an extender fails to access a property in a class.
class ExtenderAccessFailed extends \Hazaar\Util\Exception\ExceptionThis exception is used to indicate that an attempt to access a property via an extender (such as reflection or dynamic access) was unsuccessful due to visibility or other restrictions.
Methods
__construct
Constructs a new ExtenderAccessFailed exception.
public __construct(string $access, string $class, string $property): voidParameters
| Parameter | Type | Description |
|---|---|---|
$access | string | The type of access attempted (e.g., 'private', 'protected', 'public'). |
$class | string | the name of the class containing the property |
$property | string | the name of the property that access was attempted on |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000