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