Exception: Bandwidth::Errors::MissingCredentialsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bandwidth/errors.rb

Overview

Missing Credentials error class

Instance Method Summary collapse

Constructor Details

#initializeMissingCredentialsError

Returns a new instance of MissingCredentialsError



17
18
19
20
21
22
# File 'lib/bandwidth/errors.rb', line 17

def initialize
  super """
  Missing credentials.
  Use Bandwidth::Client.new(<userId>, <apiToken>, <apiSecret>) or Bandwidth::Client.global_options to set up them.
  """
end