Exception: Neovim::Session::Disconnected Private

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/neovim/session.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Constructor Details

#initializeDisconnected

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Disconnected.



16
17
18
# File 'lib/neovim/session.rb', line 16

def initialize
  super("Disconnected from nvim process")
end