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