<?php

/*
 * This file is part of the Geotools library.
 *
 * (c) Antoine Corcy <contact@sbin.dk>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace League\Geotools\Exception;

/**
 * InvalidArgumentException class
 *
 * @author Antoine Corcy <contact@sbin.dk>
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
