Class: Configuration::ZeroBodyLengthError

Inherits:
ConfigurationError
  • Object
show all
Defined in:
lib/httpimagestore/configuration/handler.rb

Instance Method Summary collapse

Constructor Details

#initializeZeroBodyLengthError

Returns a new instance of ZeroBodyLengthError.



13
14
15
# File 'lib/httpimagestore/configuration/handler.rb', line 13

def initialize
	super 'empty body - expected image data'
end