PHP Classes

File: src/Exception/ConfigException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP ECC   src/Exception/ConfigException.php   Download  
File: src/Exception/ConfigException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Easy PHP ECC
Encrypt, decrypt and sign messages with PHPECC
Author: By
Last change:
Date: 2 years ago
Size: 190 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\EasyECC\Exception;

/**
 * Class ConfigException
 * @package ParagonIE\EasyECC\Exception
 */
class ConfigException extends \Exception
{

}