Exception: TimeoutException
- Inherits:
-
SteamCondenserException
- Object
- StandardError
- SteamCondenserException
- TimeoutException
- Defined in:
- lib/exceptions/timeout_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ TimeoutException
constructor
A new instance of TimeoutException.
Constructor Details
#initialize ⇒ TimeoutException
10 11 12 |
# File 'lib/exceptions/timeout_exception.rb', line 10 def initialize super 'The operation timed out.' end |