Exception: Goodcheck::Commands::ConfigLoading::ConfigFileNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/goodcheck/commands/config_loading.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathObject (readonly)

Returns the value of attribute path.



7
8
9
# File 'lib/goodcheck/commands/config_loading.rb', line 7

def path
  @path
end