Exception: Prestashop::Api::InvalidCredentials
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Prestashop::Api::InvalidCredentials
- Defined in:
- lib/prestashop/api/error.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidCredentials
constructor
A new instance of InvalidCredentials.
Constructor Details
#initialize ⇒ InvalidCredentials
Returns a new instance of InvalidCredentials.
4 5 6 |
# File 'lib/prestashop/api/error.rb', line 4 def initialize super "Your credentials are invalid" end |