* @author Bernhard Posselt * @copyright Alessandro Cosentino 2012 * @copyright Bernhard Posselt 2012, 2014 */ namespace OCA\News\Utility; /** * Thrown when no valid url was found by faviconfetcher */ class NoValidUrlException extends \Exception { }