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

processGetState() public method

public processGetState ( Identifier $identifier )
$identifier izzum\statemachine\Identifier
    public function processGetState(Identifier $identifier)
    {
        if ($this->bool) {
            throw new \Exception('processing setstate exception');
        } else {
            throw new Exception('processing setstate exception', 345);
        }
    }