class Pricefinder::Error::InvalidCredentials

Public Class Methods

new(msg = "Invalid client_id or client_secret.", error=nil) click to toggle source
Calls superclass method Pricefinder::Error::Base::new
# File lib/pricefinder/error.rb, line 30
def initialize(msg = "Invalid client_id or client_secret.", error=nil)
  super
end