a4adeecf5f
This reverts commit ca125a2a8a
.
5 Zeilen
153 B
Ruby
5 Zeilen
153 B
Ruby
# frozen_string_literal: true
|
|
module CustomWizard
|
|
class SprocketsFileNotFound < StandardError; end
|
|
class SprocketsEmptyPath < StandardError; end
|
|
end
|