Exception: Puppet::Network::HTTP::Error::HTTPNotFoundError
Constant Summary collapse
- CODE =
 404
Instance Attribute Summary
Attributes inherited from HTTPError
Instance Method Summary collapse
- 
  
    
      #initialize(message, issue_kind = Issues::RUNTIME_ERROR)  ⇒ HTTPNotFoundError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HTTPNotFoundError.
 
Methods inherited from HTTPError
Constructor Details
#initialize(message, issue_kind = Issues::RUNTIME_ERROR) ⇒ HTTPNotFoundError
Returns a new instance of HTTPNotFoundError.
      29 30 31  | 
    
      # File 'lib/puppet/network/http/error.rb', line 29 def initialize(, issue_kind = Issues::RUNTIME_ERROR) super(_("Not Found: %{message}") % { message: }, CODE, issue_kind) end  |