Exception: IceBox::AlreadyStartedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::AlreadyStartedException
- Defined in:
- lib/IceBox/IceBox.rb
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.
43 44 |
# File 'lib/IceBox/IceBox.rb', line 43 def initialize end |
Instance Method Details
#to_s ⇒ Object
46 47 48 |
# File 'lib/IceBox/IceBox.rb', line 46 def to_s '::IceBox::AlreadyStartedException' end |