Home
last modified time | relevance | path

Searched refs:BadConfigurationException (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DBadConfigurationException.php21 class BadConfigurationException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php23 use phpseclib3\Exception\BadConfigurationException; alias
47 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php39 use phpseclib3\Exception\BadConfigurationException; alias
115 * @throws BadConfigurationException if SSH_AUTH_SOCK cannot be found
129 throw new BadConfigurationException('SSH_AUTH_SOCK not found');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php24 use phpseclib3\Exception\BadConfigurationException; alias
49 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php30 use phpseclib3\Exception\BadConfigurationException; alias
98 throw new BadConfigurationException("$main is not setup correctly on this system");
114 … throw new BadConfigurationException("No valid modular exponentiation engine found for $main");
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php26 use phpseclib3\Exception\BadConfigurationException; alias
69 … throw new BadConfigurationException('The dom extension is not setup correctly on this system');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php17 use phpseclib3\Exception\BadConfigurationException; alias
65 throw new BadConfigurationException('BCMath is not setup correctly on this system');
H A DGMP.php16 use phpseclib3\Exception\BadConfigurationException; alias
64 throw new BadConfigurationException('GMP is not setup correctly on this system');
H A DEngine.php18 use phpseclib3\Exception\BadConfigurationException; alias
231 throw new BadConfigurationException("$engine is not setup correctly on this system");
H A DPHP.php17 use phpseclib3\Exception\BadConfigurationException; alias
80 … throw new BadConfigurationException(static::class . ' is not setup correctly on this system');