Exception: IceStorm::InvalidSubscriber
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::InvalidSubscriber
- Defined in:
- lib/IceStorm/IceStorm.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ InvalidSubscriber
constructor
A new instance of InvalidSubscriber.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ InvalidSubscriber
Returns a new instance of InvalidSubscriber.
123 124 125 |
# File 'lib/IceStorm/IceStorm.rb', line 123 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
131 132 133 |
# File 'lib/IceStorm/IceStorm.rb', line 131 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
127 128 129 |
# File 'lib/IceStorm/IceStorm.rb', line 127 def to_s '::IceStorm::InvalidSubscriber' end |