Exception: SmartlingApi::Errors::Credentials
- Inherits:
-
StandardError
- Object
- StandardError
- SmartlingApi::Errors::Credentials
- Defined in:
- lib/smartling_api/errors/credentials.rb
Overview
Error to be thrown when smartling id and secret has not been set
Instance Method Summary collapse
-
#initialize(msg = "Please enter smartling credentials") ⇒ Credentials
constructor
A new instance of Credentials.
Constructor Details
#initialize(msg = "Please enter smartling credentials") ⇒ Credentials
Returns a new instance of Credentials.
5 6 7 |
# File 'lib/smartling_api/errors/credentials.rb', line 5 def initialize(msg="Please enter smartling credentials") super end |