class InvalidStateTransitionException extends InvalidArgumentException

Methods

__construct(Job $job, $newState, array $allowedStates = array())

No description

getJob()

No description

getNewState()

No description

getAllowedStates()

No description

Details

at line 29
__construct(Job $job, $newState, array $allowedStates = array())

Parameters

Job $job
$newState
array $allowedStates

at line 40
getJob()

at line 45
getNewState()

at line 50
getAllowedStates()