merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
19
www/analytics/plugins/MobileMessaging/APIException.php
Normal file
19
www/analytics/plugins/MobileMessaging/APIException.php
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue