1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00
Files
php-monolog/src/Monolog/Handler/SyslogUdp
Adam Brodziak eca984b647 Throw RuntimeException if socket resource is missing
The socket resource can be closed, purged or lost during the runtime of an application.
It is valid concern, because the resource is acquired and used at different times during request.

LogicException is more for static preconditions that have to be valid before function call.
2016-07-20 16:07:14 +02:00
..