class Strike::Errors::BadRequestError
Public Class Methods
new(msg = 'The request has not been accepted. Check your parameters.')
click to toggle source
Calls superclass method
# File lib/strike/errors.rb, line 10 def initialize(msg = 'The request has not been accepted. Check your parameters.') super end