PHP Classes

File: src/Exception/CryptoOperationException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Cipher Sweet   src/Exception/CryptoOperationException.php   Download  
File: src/Exception/CryptoOperationException.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: 201 bytes
 

Contents

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

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

}