We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b33e4 commit ce49c3eCopy full SHA for ce49c3e
1 file changed
lib/jsonapi/operation_dispatcher.rb
@@ -60,9 +60,6 @@ def process_operation(operation)
60
61
def with_default_handling(&block)
62
block.yield
63
- rescue JSONAPI::Exceptions::Error => e
64
- raise e
65
-
66
rescue => e
67
if JSONAPI.configuration.exception_class_whitelisted?(e)
68
raise e
0 commit comments