Remove unnecessary exception documentation from isExternal method

This commit is contained in:
netkas 2025-03-03 04:26:37 -05:00
parent ef9336ca54
commit 7d63b6411d

View file

@ -222,7 +222,6 @@
* *
* @return bool True if the request is external, false otherwise. * @return bool True if the request is external, false otherwise.
* @throws DatabaseOperationException Thrown if an error occurs while retrieving the peer. * @throws DatabaseOperationException Thrown if an error occurs while retrieving the peer.
* @throws StandardRpcException Thrown if the session UUID is invalid.
*/ */
public function isExternal(): bool public function isExternal(): bool
{ {