Exception: Puppet::Exceptions::GraphDBRequestFailError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppet::Exceptions::GraphDBRequestFailError
- Defined in:
- lib/puppet/exceptions/graphdb_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 = '') ⇒ GraphDBRequestFailError
constructor
A new instance of GraphDBRequestFailError.
Constructor Details
#initialize(message = '') ⇒ GraphDBRequestFailError
Returns a new instance of GraphDBRequestFailError.
9 10 11 12 |
# File 'lib/puppet/exceptions/graphdb_request_fail.rb', line 9 def initialize( = '') super() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'lib/puppet/exceptions/graphdb_request_fail.rb', line 7 def @message end |