Class: Peatio::Bitgo::Client::ResponseError

Inherits:
Error
  • Object
show all
Defined in:
lib/peatio/bitgo/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ResponseError

Returns a new instance of ResponseError.



11
12
13
# File 'lib/peatio/bitgo/client.rb', line 11

def initialize(msg)
  super "#{msg}"
end