Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

13 lines
163 B
PHP

<?php
namespace PicoFeed\Client;
/**
* InvalidUrlException Exception.
*
* @author Frederic Guillot
*/
class InvalidUrlException extends ClientException
{
}