Exception: Pikuri::Lsp::Connection::Closed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pikuri/lsp/connection.rb

Overview

Raised when the channel is gone: the child died, the stream hit EOF mid-message, a write failed, or #close was called. Terminal for this object — the reason lives in the message and in #dead_reason, and getting a working channel back means building another one.