Exception: IceGrid::PatchException

Inherits:
Ice::UserException show all
Defined in:
lib/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

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

#reasonsObject

Returns the value of attribute reasons.



277
278
279
# File 'lib/IceGrid/Exception.rb', line 277

def reasons
  @reasons
end

Instance Method Details

#to_sObject



273
274
275
# File 'lib/IceGrid/Exception.rb', line 273

def to_s
    '::IceGrid::PatchException'
end