Exception: Greedy::AuthorizationError
- Inherits:
-
ConnectionError
- Object
- RuntimeError
- ConnectionError
- Greedy::AuthorizationError
- Defined in:
- lib/greedy.rb
Class Method Summary collapse
Class Method Details
.gdata_errors ⇒ Object
21 22 23 24 25 |
# File 'lib/greedy.rb', line 21 def self.gdata_errors %w{AuthorizationError BadRequestError CaptchaError}.collect do |e| "GData::Client::#{e}" end end |