Medusa\Tree\EmptyAvlTree::lookup PHP Method

lookup() public method

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