Exception: Ice::UnknownUserException
- Inherits:
-
UnknownException
- Object
- StandardError
- Exception
- LocalException
- UnknownException
- Ice::UnknownUserException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_UnknownUserException
Instance Attribute Summary
Attributes inherited from UnknownException
Instance Method Summary collapse
-
#initialize(unknown = '') ⇒ UnknownUserException
constructor
A new instance of UnknownUserException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(unknown = '') ⇒ UnknownUserException
Returns a new instance of UnknownUserException.
184 185 186 |
# File 'lib/Ice/LocalException.rb', line 184 def initialize(unknown='') super(unknown) end |
Instance Method Details
#to_s ⇒ Object
188 189 190 |
# File 'lib/Ice/LocalException.rb', line 188 def to_s 'Ice::UnknownUserException' end |