Exception: SmartlingApi::Errors::Credentials

Inherits:
StandardError
  • Object
show all
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

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