Exception: Peddler::PeddlerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/peddler/transport.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ PeddlerError

Returns a new instance of PeddlerError.



3
4
5
# File 'lib/peddler/transport.rb', line 3

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