Performance
6 years ago
FixedSiteIds.php
6 years ago
SegmentArchivingRequestUrlProvider.php
6 years ago
SharedSiteIds.php
6 years ago
SitesToReprocessDistributedList.php
6 years ago
StopArchiverException.php
6 years ago
StopArchiverException.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Piwik - free/libre analytics platform |
| 4 | * |
| 5 | * @link https://matomo.org |
| 6 | * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later |
| 7 | * |
| 8 | */ |
| 9 | namespace Piwik\CronArchive; |
| 10 | |
| 11 | use Piwik\Exception\Exception; |
| 12 | |
| 13 | class StopArchiverException extends Exception |
| 14 | { |
| 15 | } |
| 16 |