6 Zeilen
153 B
Ruby
6 Zeilen
153 B
Ruby
|
# frozen_string_literal: true
|
||
|
module CustomWizard
|
||
|
class SprocketsFileNotFound < StandardError; end
|
||
|
class SprocketsEmptyPath < StandardError; end
|
||
|
end
|