class GoogleMapsService::Error::BaseError
Base error, capable of wrapping another
Attributes
response[R]
HTTP response object @return [Hurley::Response]
Public Class Methods
new(response = nil)
click to toggle source
Initialize error
@param [Hurley::Response] response HTTP response.
# File lib/google_maps_service/errors.rb, line 13 def initialize(response = nil) @response = response end