mini\Hooks\StateMachine::assertStateExists() Method

protected

Signature

protected function assertStateExists(UnitEnum|string|int $states): void

Parameters

Name Type Default Description
$states UnitEnum|string|int optional Documentation missing

Returns

void

Documentation

Assert that the provided states exist in the state machine

Source

src/Hooks/StateMachine.php:315-321