0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

code formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-05-08 23:38:26 +05:30
Ursprung 3a3d23a317
Commit 4cacd84967

Datei anzeigen

@ -1,4 +1,5 @@
# frozen_string_literal: true
module CustomWizard
class SprocketsFileNotFound < StandardError; end
class SprocketsEmptyPath < StandardError; end
end
end