NonWaivableGateException
Thrown when {@see \Milpa\Workflow\Services\GatePassageService::waiveGate()} is called on a {@see \Milpa\Workflow\Entities\GateDefinition} whose `isWaivable` flag is false.
NonWaivableGateException::__construct()
public function __construct(string $gateCode):Parameters
| Name | Type | Description |
|---|---|---|
| $gateCode | string |
NonWaivableGateException::getGateCode()
public function getGateCode(): string