CodeExplorer gatewayNotFound example
} public function get(string
$pool): AbstractIncrementer
{ foreach ($this->gateways
as $gateway) { if ($gateway->
getPool() ===
$pool) { return $gateway;
} } throw IncrementException::
gatewayNotFound($pool);
}}