class NeonRAW::Errors::InvalidResponseType

The response_type parameter you sent was wrong. It should be the string “code”.

Public Class Methods

new(msg = 'Invalid response_type. Should be "code".') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 307
def initialize(msg = 'Invalid response_type. Should be "code".')
  super(msg)
end