izzum\statemachine\persistence\MemoryException::processSetState PHP Method

processSetState() public method

public processSetState ( Identifier $identifier, $state, $message = null )
$identifier izzum\statemachine\Identifier
    public function processSetState(Identifier $identifier, $state, $message = null)
    {
        if ($this->bool) {
            throw new \Exception('processing setstate exception');
        } else {
            throw new Exception('processing setstate exception', 123);
        }
    }