-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
In testing the r_hapi library, I received the following error:
NameError: uninitialized constant RHapi::ConfigError
It looks like there are two uses of this exception class, but no definition:
rHAPI/lib/r_hapi/connection.rb
Line 48 in b06fafc
raise(RHapi::ConfigError, "Cannot make call without either oAuth access token or API key.") rHAPI/lib/r_hapi/connection.rb
Line 66 in b06fafc
raise(RHapi::ConfigError, "Call to legacy api requires api key.") unless RHapi.options[:access_token].nil?
Metadata
Metadata
Assignees
Labels
No labels