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
9namespace Matomo\Ini;
10
11/**
12 * Exception when writing a INI configuration.
13 */
14class IniWritingException extends \Exception
15{
16}
17