From ebda097b2317e26b4fd6fea74a821dc1aa771f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Mon, 13 Jul 2015 22:06:25 -0400 Subject: [PATCH] Fix: Use FQCNs for exceptions in docblocks, too --- src/Monolog/Handler/CubeHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Monolog/Handler/CubeHandler.php b/src/Monolog/Handler/CubeHandler.php index bf240fa7..e7dd854b 100644 --- a/src/Monolog/Handler/CubeHandler.php +++ b/src/Monolog/Handler/CubeHandler.php @@ -31,7 +31,7 @@ class CubeHandler extends AbstractProcessingHandler /** * Create a Cube handler * - * @throws UnexpectedValueException when given url is not a valid url. + * @throws \UnexpectedValueException when given url is not a valid url. * A valid url must consists of three parts : protocol://host:port * Only valid protocol used by Cube are http and udp */ @@ -59,7 +59,7 @@ class CubeHandler extends AbstractProcessingHandler /** * Establish a connection to an UDP socket * - * @throws LogicException when unable to connect to the socket + * @throws \LogicException when unable to connect to the socket */ protected function connectUdp() {