<?php /** * NoSupportedAlgorithmsException * * PHP version 5 * * @author Jim Wigginton <[email protected]> * @copyright 2015 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ namespace EasyWPSMTP\Vendor\phpseclib3\Exception; /** * NoSupportedAlgorithmsException * * @author Jim Wigginton <[email protected]> */ class NoSupportedAlgorithmsException extends \RuntimeException { }