1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-26 20:24:39 +01:00
tgseclib/phpseclib/Exception/UnsupportedCurveException.php
2018-11-19 12:39:21 -06:00

27 lines
559 B
PHP

<?php
/**
* UnsupportedCurveException
*
* PHP version 5
*
* @category Exception
* @package UnsupportedCurveException
* @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;
/**
* UnsupportedCurveException
*
* @package UnsupportedCurveException
* @author Jim Wigginton <terrafrost@php.net>
*/
class UnsupportedCurveException extends \RuntimeException
{
}