class GoogleMaps::Services::Exceptions::Timeout
Represents a timeout error.
Public Instance Methods
to_s()
click to toggle source
Return the string representation of this error.
@return [String] Human-readable error string.
# File lib/googlemaps/services/exceptions.rb, line 44 def to_s 'The request timed out.' end