reduce error log
This commit is contained in:
@@ -9,7 +9,7 @@ module Params
|
||||
|
||||
validator.call
|
||||
rescue InvalidParameterError => e
|
||||
Rollbar.error(e) if defined?(Rollbar)
|
||||
Rollbar.warning(e) if defined?(Rollbar)
|
||||
|
||||
raise e unless validator.dry_run?
|
||||
rescue StandardError => e
|
||||
|
||||
Reference in New Issue
Block a user