Files
cachet-docker/app/Bus/Exceptions/ComponentGroup/ComponentGroup.php
James Brooks 2fbab285f3 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-07-25 10:51:07 +00:00

25 lines
500 B
PHP

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Bus\Exceptions\ComponentGroup;
use CachetHQ\Cachet\Bus\Exceptions\ExceptionInterface;
/**
* This is the component group exception interface.
*
* @author James Brooks <james@alt-three.com>
*/
interface ComponentGroup extends ExceptionInterface
{
//
}