Exception: GoogleMaps::Services::Exceptions::Timeout
- Inherits:
-
Exception
- Object
- Exception
- GoogleMaps::Services::Exceptions::Timeout
- Defined in:
- lib/googlemaps/services/exceptions.rb
Overview
Represents a timeout error.
Instance Method Summary collapse
-
#to_s ⇒ String
Return the string representation of this error.
Instance Method Details
#to_s ⇒ String
Return the string representation of this error.
44 45 46 |
# File 'lib/googlemaps/services/exceptions.rb', line 44 def to_s 'The request timed out.' end |