mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
rm unused exception
This commit is contained in:
parent
ebe9301efa
commit
e264a3835e
@ -1,26 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* DecryptionException
|
|
||||||
*
|
|
||||||
* PHP version 5
|
|
||||||
*
|
|
||||||
* @category Exception
|
|
||||||
* @package DecryptionException
|
|
||||||
* @author Jim Wigginton <terrafrost@php.net>
|
|
||||||
* @copyright 2015 Jim Wigginton
|
|
||||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
|
||||||
* @link http://phpseclib.sourceforge.net
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace phpseclib\Exception;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* KeyGenerationException
|
|
||||||
*
|
|
||||||
* @package DecryptionException
|
|
||||||
* @author Jim Wigginton <terrafrost@php.net>
|
|
||||||
*/
|
|
||||||
class DecryptionException extends \Exception
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user