site-accueil-insa/matomo/core/CronArchive/StopArchiverException.php

16 lines
271 B
PHP
Raw Normal View History

2022-10-26 08:59:36 +02:00
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik\CronArchive;
use Piwik\Exception\Exception;
class StopArchiverException extends Exception
{
}