2014-12-23 21:28:26 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace PicoFeed\Client;
|
|
|
|
|
|
|
|
/**
|
2015-10-19 22:49:30 -04:00
|
|
|
* InvalidCertificateException Exception.
|
2014-12-23 21:28:26 -05:00
|
|
|
*
|
|
|
|
* @author Frederic Guillot
|
|
|
|
*/
|
|
|
|
class InvalidCertificateException extends ClientException
|
|
|
|
{
|
|
|
|
}
|