Exception: IceBox::NoSuchServiceException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::NoSuchServiceException
- Defined in:
- lib/IceBox/IceBox.rb
Constant Summary collapse
- ICE_TYPE =
T_NoSuchServiceException
Instance Method Summary collapse
-
#initialize ⇒ NoSuchServiceException
constructor
A new instance of NoSuchServiceException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ NoSuchServiceException
Returns a new instance of NoSuchServiceException.
77 78 |
# File 'lib/IceBox/IceBox.rb', line 77 def initialize end |
Instance Method Details
#to_s ⇒ Object
80 81 82 |
# File 'lib/IceBox/IceBox.rb', line 80 def to_s 'IceBox::NoSuchServiceException' end |