We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64be426 commit 2b4f63dCopy full SHA for 2b4f63d
lib/hooks/app/helpers.rb
@@ -87,7 +87,7 @@ def load_handler(handler_class_name)
87
begin
88
handler_class = Core::PluginLoader.get_handler_plugin(handler_class_name)
89
return handler_class.new
90
- rescue => e
+ rescue StandardError => e
91
error!("failed to get handler '#{handler_class_name}': #{e.message}", 500)
92
end
93
0 commit comments