mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 09:09:39 +01:00
Exceptions: more CS adjustments
This commit is contained in:
parent
50e8230350
commit
51700b6065
@ -7,6 +7,7 @@
|
||||
*
|
||||
* @category Exception
|
||||
* @package InvalidInputException
|
||||
* @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
|
||||
@ -14,6 +15,12 @@
|
||||
|
||||
namespace phpseclib\Exception;
|
||||
|
||||
/**
|
||||
* InvalidInputException
|
||||
*
|
||||
* @package InvalidInputException
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
*/
|
||||
class InvalidInputException extends \Exception
|
||||
{
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
*
|
||||
* @category Exception
|
||||
* @package KeyGenerationException
|
||||
* @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
|
||||
@ -14,6 +15,12 @@
|
||||
|
||||
namespace phpseclib\Exception;
|
||||
|
||||
/**
|
||||
* KeyGenerationException
|
||||
*
|
||||
* @package InvalidInputException
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
*/
|
||||
class KeyGenerationException extends \Exception
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user