Medusa\Tree\EmptyAvlTree::lookup PHP Метод

lookup() публичный Метод

public lookup ( $key )
    public function lookup($key)
    {
        throw new \RuntimeException("Key not found in tree");
    }