Class: Lsp::ResponseError::MethodNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/lsp.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

Constructor Details

#initializeMethodNotFound

Returns a new instance of MethodNotFound.



85
86
87
88
# File 'lib/lsp.rb', line 85

def initialize
  @code = -32601
  @message = "Method not found"
end