no colored borders for group index

This commit is contained in:
Daniel 2014-05-15 12:35:28 +02:00
commit 2e4f09542c
3471 changed files with 597976 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<?php
/**
* Piwik - Open source web analytics
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik\Plugins\MobileMessaging;
use Exception;
/**
*/
class APIException extends Exception
{
}