rm unused exception

This commit is contained in:
terrafrost 2015-07-28 20:17:32 -05:00
parent ebe9301efa
commit e264a3835e

View File

@ -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
{
}