Exception: IceBox::AlreadyStoppedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::AlreadyStoppedException
- Defined in:
- lib/IceBox/IceBox.rb
Constant Summary collapse
- ICE_TYPE =
T_AlreadyStoppedException
Instance Method Summary collapse
-
#initialize ⇒ AlreadyStoppedException
constructor
A new instance of AlreadyStoppedException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ AlreadyStoppedException
Returns a new instance of AlreadyStoppedException.
63 64 |
# File 'lib/IceBox/IceBox.rb', line 63 def initialize end |
Instance Method Details
#to_s ⇒ Object
66 67 68 |
# File 'lib/IceBox/IceBox.rb', line 66 def to_s 'IceBox::AlreadyStoppedException' end |