icingaweb2/library/Icinga/Protocol/Commandpipe/Exception/InvalidCommandException.php

8 lines
111 B
PHP
Raw Normal View History

<?php
namespace Icinga\Protocol\Commandpipe\Exception;
class InvalidCommandException extends \Exception
{
}