mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-23 07:09:56 -04:00
8 lines
111 B
PHP
8 lines
111 B
PHP
|
|
<?php
|
||
|
|
namespace Icinga\Protocol\Commandpipe\Exception;
|
||
|
|
|
||
|
|
class InvalidCommandException extends \Exception
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|