Files
cachet-docker/app/Bus/Exceptions/ComponentGroup/ComponentGroup.php
James Brooks d06027b2fa Apply fixes from StyleCI (#2655)
[ci skip] [skip ci]
2017-07-25 02:48:31 +01: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
{
//
}