PHP Classes

File: src/Exception/InvalidCiphertextException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP RSA Library   src/Exception/InvalidCiphertextException.php   Download  
File: src/Exception/InvalidCiphertextException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Easy PHP RSA Library
RSA data encryption and decryption using phpseclib
Author: By
Last change:
Date: 3 years ago
Size: 107 bytes
 

Contents

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

class
InvalidCiphertextException extends \Exception
{
   
}