Exception: IceBox::AlreadyStartedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::AlreadyStartedException
- Defined in:
- lib/IceBox/IceBox.rb
Constant Summary collapse
- ICE_TYPE =
T_AlreadyStartedException
Instance Method Summary collapse
-
#initialize ⇒ AlreadyStartedException
constructor
A new instance of AlreadyStartedException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ AlreadyStartedException
Returns a new instance of AlreadyStartedException.
49 50 |
# File 'lib/IceBox/IceBox.rb', line 49 def initialize end |
Instance Method Details
#to_s ⇒ Object
52 53 54 |
# File 'lib/IceBox/IceBox.rb', line 52 def to_s 'IceBox::AlreadyStartedException' end |