Exception: NeonRAW::Errors::RequestTooLarge
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::RequestTooLarge
- Defined in:
- lib/NeonRAW/errors.rb
Overview
The request you sent was too large.
Instance Method Summary collapse
-
#initialize(msg = 'The request you sent was too large.') ⇒ RequestTooLarge
constructor
A new instance of RequestTooLarge.
Constructor Details
#initialize(msg = 'The request you sent was too large.') ⇒ RequestTooLarge
Returns a new instance of RequestTooLarge.
436 437 438 |
# File 'lib/NeonRAW/errors.rb', line 436 def initialize(msg = 'The request you sent was too large.') super(msg) end |