class Prestashop::Api::InvalidCredentials

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/prestashop/api/error.rb, line 4
def initialize 
  super "Your credentials are invalid" 
end