class NeonRAW::Errors::InvalidRequest
The parameters sent to /api/v1/authorize were wrong.
Public Class Methods
new(msg = 'Invalid /api/v1/authorize parameters.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 314 def initialize(msg = 'Invalid /api/v1/authorize parameters.') super(msg) end