class NeonRAW::Errors::OAuth2AccessDenied

The user chose not to grant your app access.

Public Class Methods

new(msg = 'The user chose not to grant your app access.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 392
def initialize(msg = 'The user chose not to grant your app access.')
  super(msg)
end