Exception: Rucoa::Errors::ContentLengthHeaderNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/rucoa/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeContentLengthHeaderNotFound

Returns a new instance of ContentLengthHeaderNotFound.



9
10
11
# File 'lib/rucoa/errors.rb', line 9

def initialize
  super('Content-Length header not found.')
end