Searched refs:UnsupportedFormatException (Results 1 – 16 of 16) sorted by relevance
5 use dokuwiki\plugin\totext\Exception\UnsupportedFormatException; alias47 * @throws UnsupportedFormatException if the extension is not recognised53 throw new UnsupportedFormatException(
28 use phpseclib3\Exception\UnsupportedFormatException; alias103 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
23 use phpseclib3\Exception\UnsupportedFormatException; alias117 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
6 use dokuwiki\plugin\totext\Exception\UnsupportedFormatException; alias90 $this->expectException(UnsupportedFormatException::class);
28 use phpseclib3\Exception\UnsupportedFormatException; alias149 throw new UnsupportedFormatException('XML private keys do not support encryption');
24 use phpseclib3\Exception\UnsupportedFormatException; alias207 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
160 throw new UnsupportedFormatException('Raw private keys do not support encryption');
24 class UnsupportedFormatException extends \RuntimeException class
7 class UnsupportedFormatException extends InvalidArgumentException class
8 class UnsupportedFormatException extends ExtractionException class
23 use phpseclib3\Exception\UnsupportedFormatException; alias206 … throw new UnsupportedFormatException('Encrypted OpenSSH private keys are not supported');
22 use phpseclib3\Exception\UnsupportedFormatException; alias344 throw new UnsupportedFormatException("$type is not a supported format");348 throw new UnsupportedFormatException("$type does not implement $method");
13 use JMS\Serializer\Exception\UnsupportedFormatException; alias136 throw new UnsupportedFormatException(
23 use phpseclib3\Exception\UnsupportedFormatException; alias501 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
20 use phpseclib3\Exception\UnsupportedFormatException; alias514 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
78 - `Exception/ExtractionException.php` and `Exception/UnsupportedFormatException.php`