Performance
5 years ago
ArchiveFilter.php
5 years ago
FixedSiteIds.php
5 years ago
QueueConsumer.php
5 years ago
ReArchiveList.php
5 years ago
SegmentArchiving.php
5 years ago
SharedSiteIds.php
5 years ago
StopArchiverException.php
5 years ago
StopArchiverException.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Matomo - 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 |