Searched refs:NoKeyLoadedException (Results 1 – 4 of 4) sorted by relevance
19 use phpseclib3\Exception\NoKeyLoadedException; alias35 * @throws NoKeyLoadedException if key is not valid41 } catch (NoKeyLoadedException $e) {46 } catch (NoKeyLoadedException $e) {51 } catch (NoKeyLoadedException $e) {64 throw new NoKeyLoadedException('Unable to read key');78 throw new NoKeyLoadedException('The key that was loaded was not a private key');93 throw new NoKeyLoadedException('The key that was loaded was not a public key');108 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
35 use phpseclib3\Exception\NoKeyLoadedException; alias372 } catch (NoKeyLoadedException $e) {
21 class NoKeyLoadedException extends \RuntimeException class
19 use phpseclib3\Exception\NoKeyLoadedException; alias165 throw new NoKeyLoadedException('Unable to read key');190 throw new NoKeyLoadedException('The key that was loaded was not a private key');205 throw new NoKeyLoadedException('The key that was loaded was not a public key');220 throw new NoKeyLoadedException('The key that was loaded was not a parameter');245 throw new NoKeyLoadedException('Unable to read key');270 throw new NoKeyLoadedException('The key that was loaded was not a private key');286 throw new NoKeyLoadedException('The key that was loaded was not a public key');302 throw new NoKeyLoadedException('The key that was loaded was not a parameter');419 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…