class Lsp::ResponseError::MethodNotFound

Public Class Methods

new() click to toggle source
# File lib/lsp.rb, line 84
def initialize
  @code = -32601
  @message = "Method not found"
end