Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
added missing file
Dieser Commit ist enthalten in:
Ursprung
5f24882ef6
Commit
3a3d23a317
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
4
lib/custom_wizard/exceptions/exceptions.rb
Normale Datei
4
lib/custom_wizard/exceptions/exceptions.rb
Normale Datei
|
@ -0,0 +1,4 @@
|
||||||
|
module CustomWizard
|
||||||
|
class SprocketsFileNotFound < StandardError; end
|
||||||
|
class SprocketsEmptyPath < StandardError; end
|
||||||
|
end
|
Laden …
In neuem Issue referenzieren