MethodExists
Less than 1 minute
MethodExists
Exception thrown when attempting to register a duplicate controller method.
class MethodExists extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised by controller extension/registration flows when a method name is already in use and cannot be safely registered again.
Methods
__construct
Creates a duplicate-method exception for the provided method name.
public __construct(string $methodName): voidParameters
| Parameter | Type | Description |
|---|---|---|
$methodName | string | conflicting method name |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000