Exception: Strike::Errors::BadRequestError
- Inherits:
-
StandardError
- Object
- StandardError
- Strike::Errors::BadRequestError
- Defined in:
- lib/strike/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'The request has not been accepted. Check your parameters.') ⇒ BadRequestError
constructor
A new instance of BadRequestError.
Constructor Details
#initialize(msg = 'The request has not been accepted. Check your parameters.') ⇒ BadRequestError
Returns a new instance of BadRequestError.
10 11 12 |
# File 'lib/strike/errors.rb', line 10 def initialize(msg = 'The request has not been accepted. Check your parameters.') super end |