Exception: IceStorm::NoSuchTopic
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::NoSuchTopic
- Defined in:
- lib/IceStorm/IceStorm.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ NoSuchTopic
constructor
A new instance of NoSuchTopic.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ NoSuchTopic
Returns a new instance of NoSuchTopic.
248 249 250 |
# File 'lib/IceStorm/IceStorm.rb', line 248 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
256 257 258 |
# File 'lib/IceStorm/IceStorm.rb', line 256 def name @name end |
Instance Method Details
#to_s ⇒ Object
252 253 254 |
# File 'lib/IceStorm/IceStorm.rb', line 252 def to_s '::IceStorm::NoSuchTopic' end |