Skip to content
docsv0.1.0

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

Parameters of __construct()
NameTypeDescription
$gateCodestring

NonWaivableGateException::getGateCode()

public function getGateCode(): string