# frozen_string_literal: true module CustomWizard class SprocketsFileNotFound < StandardError end class SprocketsEmptyPath < StandardError end end