Class: ActiveRpc::Errors::InternalError
- Inherits:
-
ActiveRpc::Error
- Object
- ActiveRpc::Error
- ActiveRpc::Errors::InternalError
- Defined in:
- lib/active_rpc/errors.rb
Instance Attribute Summary
Attributes inherited from ActiveRpc::Error
Instance Method Summary collapse
-
#initialize(message:) ⇒ InternalError
constructor
A new instance of InternalError.
Methods inherited from ActiveRpc::Error
Constructor Details
#initialize(message:) ⇒ InternalError
Returns a new instance of InternalError.
60 61 62 |
# File 'lib/active_rpc/errors.rb', line 60 def initialize(message:) super(message: , code: -32603) end |