Exception: IceBox::AlreadyStoppedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::AlreadyStoppedException
- Defined in:
- lib/IceBox/IceBox.rb
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.
56 57 |
# File 'lib/IceBox/IceBox.rb', line 56 def initialize end |
Instance Method Details
#to_s ⇒ Object
59 60 61 |
# File 'lib/IceBox/IceBox.rb', line 59 def to_s '::IceBox::AlreadyStoppedException' end |