mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 22:30:10 +02:00
14 lines
263 B
PHP
14 lines
263 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Protocol\Commandpipe\Exception;
|
|
|
|
/**
|
|
* Class InvalidCommandException
|
|
* @package Icinga\Protocol\Commandpipe\Exception
|
|
*/
|
|
class InvalidCommandException extends \Exception
|
|
{
|
|
}
|