Exception: Goodcheck::Commands::ConfigLoading::ConfigFileNotFound
- Inherits:
-
Error
- Object
- StandardError
- Error
- Goodcheck::Commands::ConfigLoading::ConfigFileNotFound
- Defined in:
- lib/goodcheck/commands/config_loading.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path:) ⇒ ConfigFileNotFound
constructor
A new instance of ConfigFileNotFound.
Constructor Details
#initialize(path:) ⇒ ConfigFileNotFound
Returns a new instance of ConfigFileNotFound.
9 10 11 12 |
# File 'lib/goodcheck/commands/config_loading.rb', line 9 def initialize(path:) super(path.to_s) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
7 8 9 |
# File 'lib/goodcheck/commands/config_loading.rb', line 7 def path @path end |