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

6 Zeilen
153 B
Ruby

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