class Peatio::Bitgo::Client::ResponseError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/peatio/bitgo/client.rb, line 11
def initialize(msg)
  super "#{msg}"
end