ExtenderInvokeFailed
Less than 1 minute
ExtenderInvokeFailed
Exception thrown when an extender fails to invoke a method in a class.
class ExtenderInvokeFailed extends \Hazaar\Util\Exception\ExceptionThis exception is used to indicate that an attempt to invoke a method via an extender (such as reflection or dynamic invocation) was unsuccessful due to visibility or scope restrictions.
Methods
__construct
Constructs a new ExtenderInvokeFailed exception.
public __construct(string $access, string $class, string $method, string $parent): 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 method |
$method | string | the name of the method that invocation was attempted on |
$parent | string | the scope or parent from which the invocation was attempted |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000