class NeonRAW::Errors::BadRequest

The request you sent to the API endpoint was bad.

Public Class Methods

new(msg = 'The request you sent was incorrect. Please fix it.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 187
def initialize(msg = 'The request you sent was incorrect. Please fix it.')
  super(msg)
end