class Sr::Jimson::Server::Error::InternalError

Public Class Methods

new(e) click to toggle source
Calls superclass method Sr::Jimson::Server::Error::new
# File lib/sr/jimson/server/error.rb, line 44
def initialize(e)
  super(-32603, "Internal server error: #{e}")
end