Exception: IceStorm::NoSuchLink
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::NoSuchLink
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_NoSuchLink
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ NoSuchLink
constructor
A new instance of NoSuchLink.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ NoSuchLink
Returns a new instance of NoSuchLink.
103 104 105 |
# File 'lib/IceStorm/IceStorm.rb', line 103 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
111 112 113 |
# File 'lib/IceStorm/IceStorm.rb', line 111 def name @name end |
Instance Method Details
#to_s ⇒ Object
107 108 109 |
# File 'lib/IceStorm/IceStorm.rb', line 107 def to_s 'IceStorm::NoSuchLink' end |