Exception: Rucoa::Errors::ContentLengthHeaderNotFound
- Defined in:
- lib/rucoa/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ContentLengthHeaderNotFound
constructor
A new instance of ContentLengthHeaderNotFound.
Constructor Details
#initialize ⇒ ContentLengthHeaderNotFound
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 |