summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Exception/CommandTransportException.php
blob: 5c083515a3f1d2d2193543dfa1417df95f0b929b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Monitoring\Exception;

use Icinga\Exception\IcingaException;

/**
 * Exception thrown if a command was not sent
 */
class CommandTransportException extends IcingaException
{
}