izzum\statemachine\EntityBuilderException::build PHP Метод

build() защищенный Метод

protected build ( Identifier $identifier )
$identifier Identifier
    protected function build(Identifier $identifier)
    {
        if ($this->bool) {
            throw new Exception('oops', 0);
        } else {
            throw new \Exception('ooops');
        }
    }
EntityBuilderException