Exception: Cosmo::ConfigNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/cosmo.rb

Instance Method Summary collapse

Constructor Details

#initialize(config_file) ⇒ ConfigNotFoundError

Returns a new instance of ConfigNotFoundError.



24
25
26
# File 'lib/cosmo.rb', line 24

def initialize(config_file)
  super("No such file #{config_file}")
end