src/Exception/MalformedAuthorityParseUriException.php
<?php
/**
* Created by PhpStorm.
* User: mbrzuchalski
* Date: 29.02.16
* Time: 11:32
*/
namespace Madkom\Uri\Exception;
/**
* Class MalformedAuthorityParseUriException
* @package Madkom\Uri\Exception
* @author MichaĆ Brzuchalski <m.brzuchalski@madkom.pl>
*/
class MalformedAuthorityParseUriException extends ParseUriException
{
}