Class LaravelUi5\Core\Exceptions\FixedPositionViolationException

extends Ui5Exception

Thrown when before(firstSource, …) or after(lastSource, …) is called.

The pipeline pins exactly one first and one last source; their positions are fixed. Inserting around them would violate the pinning invariant.

Methods