Exception: Cosmo::ConfigNotFoundError
- Defined in:
- lib/cosmo.rb
Instance Method Summary collapse
-
#initialize(config_file) ⇒ ConfigNotFoundError
constructor
A new instance of ConfigNotFoundError.
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 |