Exception: Elzar::AwsConfig::ConfigFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/elzar/aws_config.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



12
13
14
# File 'lib/elzar/aws_config.rb', line 12

def initialize(file)
  super "Unable to locate config file: #{file.to_path}"
end