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