1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Fix: Use FQCNs for exceptions in docblocks, too

This commit is contained in:
Andreas Möller
2015-07-13 22:06:25 -04:00
parent 328d66f13f
commit ebda097b23

View File

@@ -31,7 +31,7 @@ class CubeHandler extends AbstractProcessingHandler
/** /**
* Create a Cube handler * 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 * A valid url must consists of three parts : protocol://host:port
* Only valid protocol used by Cube are http and udp * 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 * 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() protected function connectUdp()
{ {