Medusa\Tree\EmptyAvlTree::left PHP Method

left() public method

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