Exception: GoogleMaps::Services::Exceptions::Timeout

Inherits:
Exception
  • Object
show all
Defined in:
lib/googlemaps/services/exceptions.rb

Overview

Represents a timeout error.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#to_sString

Return the string representation of this error.

Returns:

  • (String)

    Human-readable error string.

Since:

  • 1.0.0



44
45
46
# File 'lib/googlemaps/services/exceptions.rb', line 44

def to_s
  'The request timed out.'
end