Exception: Elzar::AwsConfig::ConfigFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Elzar::AwsConfig::ConfigFileNotFound
- Defined in:
- lib/elzar/aws_config.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ ConfigFileNotFound
constructor
A new instance of ConfigFileNotFound.
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 |