Exception: IceStorm::InvalidSubscriber
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::InvalidSubscriber
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_InvalidSubscriber
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.
134 135 136 |
# File 'lib/IceStorm/IceStorm.rb', line 134 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
142 143 144 |
# File 'lib/IceStorm/IceStorm.rb', line 142 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
138 139 140 |
# File 'lib/IceStorm/IceStorm.rb', line 138 def to_s 'IceStorm::InvalidSubscriber' end |