Exception: TimeoutException

Inherits:
SteamCondenserException show all
Defined in:
lib/exceptions/timeout_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeTimeoutException



10
11
12
# File 'lib/exceptions/timeout_exception.rb', line 10

def initialize
  super 'The operation timed out.'
end