mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-20 08:59:20 -04:00
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
namespace Icinga\Protocol\Commandpipe\Exception;
|
|
|
|
class InvalidCommandException extends \Exception
|
|
{
|
|
|
|
}
|