class SmartlingApi::Errors::Credentials

Error to be thrown when smartling id and secret has not been set

Public Class Methods

new(msg="Please enter smartling credentials") click to toggle source
Calls superclass method
# File lib/smartling_api/errors/credentials.rb, line 5
def initialize(msg="Please enter smartling credentials")
  super
end