Gittern\Gaufrette\GitternCommitishReadOnlyAdapter::rename PHP Method

rename() public method

public rename ( $key, $new )
    public function rename($key, $new)
    {
        throw new \RuntimeException("This adapter is read-only.");
    }