# independent-analytics/1.9/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php

Independent Analytics – WordPress Analytics Plugin, version 1.9. 18 lines.

- Page: https://pluginprobe.com/plugins/independent-analytics/1.9/code/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php
- Raw: https://pluginprobe.com/plugins/independent-analytics/1.9/raw/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php
- Modified: 2022-08-15T14:36:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/independent-analytics/1.9/code/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php#L10-L20`.

```php
<?php

/**
 * League.Uri (https://uri.thephpleague.com)
 *
 * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
declare (strict_types=1);
namespace IAWP\League\Uri\Exceptions;

use IAWP\League\Uri\Contracts\UriException;
class SyntaxError extends \InvalidArgumentException implements UriException
{
}

```
