sck-v/google_timezone

Undefined method 'raise_error'

bdmac opened this issue · 1 comments

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...>

Fixed it, thanks