0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 01:10:28 +01:00
discourse-custom-wizard/lib/custom_wizard/exceptions/exceptions.rb
2024-10-16 13:52:03 +02:00

8 Zeilen
156 B
Ruby

# frozen_string_literal: true
module CustomWizard
class SprocketsFileNotFound < StandardError
end
class SprocketsEmptyPath < StandardError
end
end