Eloquent\Phony\Call\Exception\UndefinedCallException::index PHP Method

index() public method

Get the call index.
public index ( ) : integer
return integer The call index.
    public function index()
    {
        return $this->index;
    }
UndefinedCallException