class Pricefinder::Error::Base

Public Class Methods

new(msg,error=nil) click to toggle source
Calls superclass method
# File lib/pricefinder/error.rb, line 17
def initialize(msg,error=nil)
  super(msg)
end