Exception: CloudParty::Errors::NoDefinedZoneError
- Inherits:
-
StandardError
- Object
- StandardError
- CloudParty::Errors::NoDefinedZoneError
- Defined in:
- lib/cloud_party/exception.rb
Instance Attribute Summary collapse
-
#obj ⇒ Object
readonly
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(message, obj) ⇒ NoDefinedZoneError
constructor
A new instance of NoDefinedZoneError.
Constructor Details
#initialize(message, obj) ⇒ NoDefinedZoneError
Returns a new instance of NoDefinedZoneError.
47 48 49 50 |
# File 'lib/cloud_party/exception.rb', line 47 def initialize(, obj) super() @obj = obj end |
Instance Attribute Details
#obj ⇒ Object (readonly)
Returns the value of attribute obj.
46 47 48 |
# File 'lib/cloud_party/exception.rb', line 46 def obj @obj end |