Exception: Puppet::Network::HTTP::Handler::HTTPNotAcceptableError
Instance Attribute Summary
Attributes inherited from HTTPError
Instance Method Summary collapse
-
#initialize(message) ⇒ HTTPNotAcceptableError
constructor
A new instance of HTTPNotAcceptableError.
Methods inherited from Exception
Constructor Details
#initialize(message) ⇒ HTTPNotAcceptableError
Returns a new instance of HTTPNotAcceptableError.
31 32 33 |
# File 'lib/puppet/network/http/handler.rb', line 31 def initialize() super("Not Acceptable: " + , 406) end |