Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-08 22:17:02 +01:00
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
|