Method: Chatterbot::UI#display_oauth_error

Defined in:
lib/chatterbot/ui.rb

#display_oauth_errorObject

error message for auth



177
178
179
# File 'lib/chatterbot/ui.rb', line 177

def display_oauth_error
  STDERR.puts "Oops!  Looks like something went wrong there, please try again!"
end