mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 18:26:06 +01:00
13 lines
179 B
PHP
13 lines
179 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace PicoFeed\Client;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* InvalidCertificateException Exception.
|
||
|
|
*
|
||
|
|
* @author Frederic Guillot
|
||
|
|
*/
|
||
|
|
class InvalidCertificateException extends ClientException
|
||
|
|
{
|
||
|
|
}
|