Exception: Puppet::Network::HTTP::Handler::HTTPNotFoundError

Inherits:
HTTPError show all
Defined in:
lib/puppet/network/http/handler.rb

Instance Attribute Summary

Attributes inherited from HTTPError

#status

Instance Method Summary collapse

Methods inherited from Exception

#to_zaml, yaml_new

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(message)
  super("Not Found: " + message, 404)
end