# File lib/simp/cli/config/errors.rb, line 14 def initialize(missing_item_key, class_needing_item) super("#{class_needing_item} could not find #{missing_item_key}") end