Exception: Confium::TC::SignerClient::RemoteError
- Inherits:
-
StandardError
- Object
- StandardError
- Confium::TC::SignerClient::RemoteError
- Defined in:
- lib/confium/tc/network_coordinator.rb
Instance Attribute Summary collapse
-
#remote_class ⇒ Object
readonly
Returns the value of attribute remote_class.
Instance Method Summary collapse
-
#initialize(remote_class, message) ⇒ RemoteError
constructor
A new instance of RemoteError.
Constructor Details
#initialize(remote_class, message) ⇒ RemoteError
Returns a new instance of RemoteError.
150 151 152 153 |
# File 'lib/confium/tc/network_coordinator.rb', line 150 def initialize(remote_class, ) @remote_class = remote_class super("#{remote_class}: #{}") end |
Instance Attribute Details
#remote_class ⇒ Object (readonly)
Returns the value of attribute remote_class.
148 149 150 |
# File 'lib/confium/tc/network_coordinator.rb', line 148 def remote_class @remote_class end |