Exception: Camo::Errors::EmptyContentTypeError

Inherits:
ClientError show all
Defined in:
lib/camo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Empty Content-Type") ⇒ EmptyContentTypeError

Returns a new instance of EmptyContentTypeError.



44
45
46
# File 'lib/camo/errors.rb', line 44

def initialize(message = "Empty Content-Type")
  super
end