mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-13 15:54:03 -05:00
12 lines
237 B
PHP
12 lines
237 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Protocol\Commandpipe\Exception;
|
|
|
|
/**
|
|
* Exception class for unknown/invalid external commands
|
|
*/
|
|
class InvalidCommandException extends \Exception
|
|
{
|
|
}
|