Exception: IceGrid::BadSignalException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::BadSignalException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
188 189 190 |
# File 'ruby/IceGrid/Exception.rb', line 188 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
184 185 186 |
# File 'ruby/IceGrid/Exception.rb', line 184 def to_s '::IceGrid::BadSignalException' end |