Exception: IceBox::NoSuchServiceException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceBox::NoSuchServiceException
- Defined in:
- lib/IceBox/IceBox.rb
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.
69 70 |
# File 'lib/IceBox/IceBox.rb', line 69 def initialize end |
Instance Method Details
#to_s ⇒ Object
72 73 74 |
# File 'lib/IceBox/IceBox.rb', line 72 def to_s '::IceBox::NoSuchServiceException' end |