Exception: PicasaDownloader::EnvironmentalCredentialsNotSet
- Inherits:
-
PicasaDownloaderError
- Object
- StandardError
- PicasaDownloaderError
- PicasaDownloader::EnvironmentalCredentialsNotSet
- Defined in:
- lib/picasa-downloader/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'Cannot authenticate - environmental settings missing. Please set the environmental values PICASA_USERNAME and PICASA_PASSWORD.') ⇒ EnvironmentalCredentialsNotSet
constructor
A new instance of EnvironmentalCredentialsNotSet.
Constructor Details
#initialize(message = 'Cannot authenticate - environmental settings missing. Please set the environmental values PICASA_USERNAME and PICASA_PASSWORD.') ⇒ EnvironmentalCredentialsNotSet
Returns a new instance of EnvironmentalCredentialsNotSet.
6 7 8 9 |
# File 'lib/picasa-downloader/errors.rb', line 6 def initialize( = 'Cannot authenticate - environmental settings missing. Please set the environmental values PICASA_USERNAME and PICASA_PASSWORD.') super() end |