Undefined method 'raise_error'
bdmac opened this issue · 1 comments
bdmac commented
When the result from Google is not a success the gem attempts to call raise_error in base.rb. I don't see this method defined in the gem at all so not sure where it was expecting that to come from.
NoMethodError: undefined method `raise_error' for #<GoogleTimezone::Base:0x...>
sck-v commented
Fixed it, thanks