Class LaravelUi5\Core\Exceptions\ParameterPipelineCycleException

extends Ui5Exception

Meant for a configured chain that contains a cycle — which cannot happen: before() and after() insert into a linear chain and refuse duplicates, so nothing throws this.

Methods