Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-14 22:02:53 +01:00
8 Zeilen
156 B
Ruby
8 Zeilen
156 B
Ruby
# frozen_string_literal: true
|
|
module CustomWizard
|
|
class SprocketsFileNotFound < StandardError
|
|
end
|
|
|
|
class SprocketsEmptyPath < StandardError
|
|
end
|
|
end
|