0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

added missing file

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-05-08 23:18:58 +05:30
Ursprung 5f24882ef6
Commit 3a3d23a317

Datei anzeigen

@ -0,0 +1,4 @@
module CustomWizard
class SprocketsFileNotFound < StandardError; end
class SprocketsEmptyPath < StandardError; end
end