Exception: NeonRAW::Errors::RequestTooLarge

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

The request you sent was too large.

Instance Method Summary collapse

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