Exception: Pricefinder::Error::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pricefinder/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, error = nil) ⇒ Base

Returns a new instance of Base.



17
18
19
# File 'lib/pricefinder/error.rb', line 17

def initialize(msg,error=nil)
  super(msg)
end