for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JeroenDesloovere\VCard\Exception;
/**
* Class EmptyUrlException
*
* @package JeroenDesloovere\VCard\Exception
*/
class EmptyUrlException extends VCardException
{
* EmptyUrlException constructor.
public function __construct()
parent::__construct('Nothing returned from URL.');
}