Exception: IceStorm::LinkExists
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::LinkExists
- Defined in:
- ruby/IceStorm/IceStorm.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
68 69 70 |
# File 'ruby/IceStorm/IceStorm.rb', line 68 def name @name end |
Instance Method Details
#to_s ⇒ Object
64 65 66 |
# File 'ruby/IceStorm/IceStorm.rb', line 64 def to_s '::IceStorm::LinkExists' end |