Exception: PicasaDownloader::EnvironmentalCredentialsNotSet

Inherits:
PicasaDownloaderError show all
Defined in:
lib/picasa-downloader/errors.rb

Instance Method Summary collapse

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(message =
               'Cannot authenticate - environmental settings missing. Please set the environmental values PICASA_USERNAME and PICASA_PASSWORD.')
  super(message)
end