class Puppet::Network::HTTP::Error::HTTPMethodNotAllowedError
Constants
CODE
Public Class Methods
new(message, issue_kind = Issues::RUNTIME_ERROR)click to toggle source
# File lib/puppet/network/http/error.rb, line 50definitialize(message, issue_kind = Issues::RUNTIME_ERROR)
super("Method Not Allowed: "+message, CODE, issue_kind)
end