Exception: Cupcakinator::ConfigFileNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cupcakinator/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename, options) ⇒ ConfigFileNotFoundError

Returns a new instance of ConfigFileNotFoundError.



5
6
7
# File 'lib/cupcakinator/errors.rb', line 5

def initialize(filename, options)
  super I18n.t('error.config_not_found', filename: filename, options: options)
end