icingadb-web/library/Icingadb/Command/Transport/CommandTransportException.php

15 lines
265 B
PHP
Raw Permalink Normal View History

<?php
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
namespace Icinga\Module\Icingadb\Command\Transport;
use Icinga\Exception\IcingaException;
/**
* Exception thrown if a command was not sent
*/
class CommandTransportException extends IcingaException
{
}