1
1
Fork 1
site-accueil-insa/matomo/vendor/matomo/ini/src/IniReadingException.php

16 Zeilen
284 B
PHP

<?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 Matomo\Ini;
/**
* Exception when reading a INI configuration.
*/
class IniReadingException extends \Exception
{
}