Exception: IceStorm::NoSuchTopic
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::NoSuchTopic
- 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.
191 192 193 |
# File 'ruby/IceStorm/IceStorm.rb', line 191 def name @name end |
Instance Method Details
#to_s ⇒ Object
187 188 189 |
# File 'ruby/IceStorm/IceStorm.rb', line 187 def to_s '::IceStorm::NoSuchTopic' end |