Exception: JRPC::InternalError

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

Instance Attribute Summary

Attributes inherited from ServerError

#code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InternalError

Returns a new instance of InternalError.



4
5
6
# File 'lib/jrpc/error/internal_error.rb', line 4

def initialize(message)
  super(message, -32603)
end