PHP Classes

File: src/Exception/RemoteException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Certainty   src/Exception/RemoteException.php   Download  
File: src/Exception/RemoteException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Certainty
Manage SSL certificate authority file used by PHP
Author: By
Last change:
Date: 6 years ago
Size: 175 bytes
 

Contents

Class file image Download
<?php
namespace ParagonIE\Certainty\Exception;

/**
 * Class RemoteException
 * @package ParagonIE\Certainty\Exception
 */
class RemoteException extends NetworkException
{

}