From 3a3d23a317206e9adc56d6b864d50b3f22a53fb7 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Sat, 8 May 2021 23:18:58 +0530 Subject: [PATCH] added missing file --- lib/custom_wizard/exceptions/exceptions.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/custom_wizard/exceptions/exceptions.rb diff --git a/lib/custom_wizard/exceptions/exceptions.rb b/lib/custom_wizard/exceptions/exceptions.rb new file mode 100644 index 00000000..5560efc8 --- /dev/null +++ b/lib/custom_wizard/exceptions/exceptions.rb @@ -0,0 +1,4 @@ +module CustomWizard + class SprocketsFileNotFound < StandardError; end + class SprocketsEmptyPath < StandardError; end +end \ No newline at end of file