Exception: JRPC::Errors::InternalError

Inherits:
ServerError show all
Defined in:
lib/jrpc/errors.rb

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InternalError

Returns a new instance of InternalError.



54
55
56
# File 'lib/jrpc/errors.rb', line 54

def initialize(message)
  super(message, code: -32_603)
end