Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-08 19:38:00 +01:00
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
|