Exception: SDM::UnknownError
- Defined in:
- lib/errors/errors.rb
Overview
UnknownError is a generic wrapper that indicates an unknown internal error in the SDK
Instance Attribute Summary
Attributes inherited from RPCError
Instance Method Summary collapse
-
#initialize(msg) ⇒ UnknownError
constructor
A new instance of UnknownError.
Constructor Details
#initialize(msg) ⇒ UnknownError
Returns a new instance of UnknownError.
90 91 92 |
# File 'lib/errors/errors.rb', line 90 def initialize(msg) super(msg, 2) end |