Medusa\Tree\EmptyAvlTree::key PHP Method

key() public method

public key ( )
    public function key()
    {
        throw new \RuntimeException("Can't get key of empty tree");
    }