Exception: ApiAiWrapper::Errors::Engine::MissingTokens

Inherits:
Error
  • Object
show all
Defined in:
lib/api_ai_wrapper/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#to_s

Constructor Details

#initialize(message = nil) ⇒ MissingTokens

Returns a new instance of MissingTokens.



11
12
13
# File 'lib/api_ai_wrapper/errors.rb', line 11

def initialize(message = nil)
  @message = message || "You have not set a developer or client token for this engine."
end