From 4068862d3c81237277185416c2c81e2dfb732648 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 4 Feb 2025 15:06:41 -0500 Subject: [PATCH] Removed unused exception --- src/Socialbox/Socialbox.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Socialbox/Socialbox.php b/src/Socialbox/Socialbox.php index 79c2b30..9b4651d 100644 --- a/src/Socialbox/Socialbox.php +++ b/src/Socialbox/Socialbox.php @@ -873,10 +873,6 @@ return null; } } - catch(StandardRpcException $e) - { - throw $e; - } catch(Exception $e) { throw new StandardRpcException('There was an error while trying to resolve the signature key for the peer locally', StandardError::INTERNAL_SERVER_ERROR, $e);