diff --git a/src/Socialbox/Socialbox.php b/src/Socialbox/Socialbox.php index 3d68ab5..133665d 100644 --- a/src/Socialbox/Socialbox.php +++ b/src/Socialbox/Socialbox.php @@ -41,9 +41,6 @@ * missing or invalid request types. * * @return void - * @throws CryptographyException - * @throws DatabaseOperationException - * @throws ResolutionException */ public static function handleRequest(): void { @@ -765,6 +762,7 @@ * * @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved. * @return Peer The resolved external peer after synchronization. + * @throws StandardException Thrown if there was an error with the resolution process */ public static function resolvePeer(PeerAddress|string $peerAddress): Peer {