lib/worker_glass/errors.rb in worker-glass-0.2.2 vs lib/worker_glass/errors.rb in worker-glass-0.2.3
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module WorkerGlass
# Module enclosing all the errors that might be raised from this library
module Errors
# Base class for all the WorkerGlass internal errors
class BaseError < StandardError; end