MethodExists
Less than 1 minute
MethodExists
Exception thrown when attempting to register a duplicate controller method.
class MethodExists extends \Hazaar\Controller\Exception\ExceptionRaised 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 Tue, 21 Apr 2026 04:00:24 +0000