Exception: ProtoPharm::NoResponseError

Inherits:
Error
  • Object
show all
Defined in:
lib/proto_pharm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NoResponseError

Returns a new instance of NoResponseError.



13
14
15
# File 'lib/proto_pharm/errors.rb', line 13

def initialize(msg)
  super("There is no response: #{msg}")
end