1
0
Fork 0
discourse-custom-wizard-unl.../lib/custom_wizard/exceptions/exceptions.rb

4 Zeilen
122 B
Ruby

2021-05-08 19:48:58 +02:00
module CustomWizard
class SprocketsFileNotFound < StandardError; end
class SprocketsEmptyPath < StandardError; end
end