Exception: IceGrid::PatchException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::PatchException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_PatchException
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.
288 289 290 |
# File 'lib/IceGrid/Exception.rb', line 288 def initialize(reasons=nil) @reasons = reasons end |
Instance Attribute Details
#reasons ⇒ Object
Returns the value of attribute reasons.
296 297 298 |
# File 'lib/IceGrid/Exception.rb', line 296 def reasons @reasons end |
Instance Method Details
#to_s ⇒ Object
292 293 294 |
# File 'lib/IceGrid/Exception.rb', line 292 def to_s 'IceGrid::PatchException' end |