Exception: SteamCondenser::TimeoutError

Inherits:
SteamCondenserError show all
Defined in:
lib/errors/timeout_error.rb

Overview

Note:

SteamSocket.timeout= allows to set a custom timeout for socket operations

This error class indicates that an operation could not be finished within a reasonable amount of time

This usually indicates that a server could not be contacted because of network problems.

Author:

  • Sebastian Staudt

Instance Attribute Summary

Attributes inherited from SteamCondenserError

#cause

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

Creates a new ‘TimeoutError` instance



22
23
24
# File 'lib/errors/timeout_error.rb', line 22

def initialize
  super 'The operation timed out.'
end