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