Exception: Puppet::Exceptions::RequestFailError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppet::Exceptions::RequestFailError
- Defined in:
- lib/puppet/exceptions/request_fail.rb
Overview
Exceptions trown when given request fails
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = '') ⇒ RequestFailError
constructor
A new instance of RequestFailError.
Constructor Details
#initialize(message = '') ⇒ RequestFailError
Returns a new instance of RequestFailError.
9 10 11 |
# File 'lib/puppet/exceptions/request_fail.rb', line 9 def initialize( = '') @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'lib/puppet/exceptions/request_fail.rb', line 7 def @message end |