13 lines
163 B
PHP
13 lines
163 B
PHP
|
<?php
|
||
|
|
||
|
namespace PicoFeed\Client;
|
||
|
|
||
|
/**
|
||
|
* InvalidUrlException Exception.
|
||
|
*
|
||
|
* @author Frederic Guillot
|
||
|
*/
|
||
|
class InvalidUrlException extends ClientException
|
||
|
{
|
||
|
}
|