* @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Icinga\Protocol\Commandpipe\Exception; /** * Class InvalidCommandException * @package Icinga\Protocol\Commandpipe\Exception */ class InvalidCommandException extends \Exception { }