Inherit errors from StandardError instead of Exception.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class TagBatchChangeJob < ApplicationJob
|
||||
class Error < Exception; end
|
||||
class Error < StandardError; end
|
||||
|
||||
queue_as :bulk_update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user