PHP Classes

File: src/Exception/KeyProviderException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Cipher Sweet   src/Exception/KeyProviderException.php   Download  
File: src/Exception/KeyProviderException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Cipher Sweet
Encrypt data in away that can be searched
Author: By
Last change:
Date: 5 years ago
Size: 193 bytes
 

Contents

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

/**
 * Class KeyProviderException
 * @package ParagonIE\CipherSweet\Exception
 */
class KeyProviderException extends CipherSweetException
{

}