class Cupcakinator::ConfigFileNotFoundError

Public Class Methods

new(filename, options) click to toggle source
Calls superclass method
# File lib/cupcakinator/errors.rb, line 5
def initialize(filename, options)
  super I18n.t('cupcakinator.error.config_not_found', filename: filename, options: options)
end