PHP Classes

File: src/Exception/BlindIndexNotFoundException.php

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

Contents

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

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

}