DataConverters
7 months ago
Exceptions
4 years ago
Importers
7 months ago
Logger
4 years ago
Config.php
4 years ago
Geoip2.php
7 months ago
Importer.php
5 months ago
IncompatibleWpStatisticsVersion.php
7 months ago
RecordInserter.php
4 years ago
IncompatibleWpStatisticsVersion.php
15 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 | * @package matomo |
| 8 | */ |
| 9 | |
| 10 | namespace WpMatomo\WpStatistics; |
| 11 | |
| 12 | class IncompatibleWpStatisticsVersion extends \Exception { |
| 13 | // empty |
| 14 | } |
| 15 |