class NeonRAW::Errors::InvalidOAuth2Credentials

Your client_id/secret is wrong or your access token expired.

Public Class Methods

new(msg = 'Invalid client_id/secret/access token.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 292
def initialize(msg = 'Invalid client_id/secret/access token.')
  super(msg)
end