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.
25 26 27 |
# File 'lib/cosmo.rb', line 25 def initialize(config_file) super("No such file #{config_file}") end |