Exception: Confium::TC::SignerClient::RemoteError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/confium/tc/network_coordinator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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, message)
  @remote_class = remote_class
  super("#{remote_class}: #{message}")
end

Instance Attribute Details

#remote_classObject (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