This should match class not a symbol

Stephen Paul Weber created

Change summary

bin/sim_job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

bin/sim_job 🔗

@@ -276,7 +276,7 @@ EM.run do
 		LOG.error e
 
 		case e
-		when :Exception
+		when Exception
 			Sentry.capture_exception(e)
 		when EM::HttpClient
 			LOG.error e.response_header