Exception: IceGrid::PatchException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::PatchException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#reasons ⇒ Object
Returns the value of attribute reasons.
Instance Method Summary collapse
-
#initialize(reasons = nil) ⇒ PatchException
constructor
A new instance of PatchException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reasons = nil) ⇒ PatchException
Returns a new instance of PatchException.
269 270 271 |
# File 'lib/IceGrid/Exception.rb', line 269 def initialize(reasons=nil) @reasons = reasons end |
Instance Attribute Details
#reasons ⇒ Object
Returns the value of attribute reasons.
277 278 279 |
# File 'lib/IceGrid/Exception.rb', line 277 def reasons @reasons end |
Instance Method Details
#to_s ⇒ Object
273 274 275 |
# File 'lib/IceGrid/Exception.rb', line 273 def to_s '::IceGrid::PatchException' end |