class Peatio::Pepscoin::Client::ResponseError
Public Class Methods
new(code, msg)
click to toggle source
Calls superclass method
# File lib/peatio/pepscoin/client.rb, line 13 def initialize(code, msg) super "#{msg} (#{code})" end