class ProtoPharm::NoResponseError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/proto_pharm/errors.rb, line 13 def initialize(msg) super("There is no response: #{msg}") end