2014-08-29 15:14:53 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-08-29 15:14:53 +02:00
|
|
|
|
2015-07-28 12:14:01 +02:00
|
|
|
namespace Icinga\Module\Monitoring\Exception;
|
2014-08-29 15:14:53 +02:00
|
|
|
|
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if a command was not sent
|
|
|
|
*/
|
2015-07-28 12:14:01 +02:00
|
|
|
class CommandTransportException extends IcingaException
|
2014-09-24 07:19:35 +02:00
|
|
|
{
|
|
|
|
}
|