Searched refs:NoKeyLoadedException (Results 1 – 4 of 4) sorted by relevance
21 use phpseclib3\Exception\NoKeyLoadedException; alias45 } catch (NoKeyLoadedException $e) {50 } catch (NoKeyLoadedException $e) {55 } catch (NoKeyLoadedException $e) {68 throw new NoKeyLoadedException('Unable to read key');83 throw new NoKeyLoadedException('The key that was loaded was not a private key');99 throw new NoKeyLoadedException('The key that was loaded was not a public key');115 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
33 use phpseclib3\Exception\NoKeyLoadedException; alias329 } catch (NoKeyLoadedException $e) {
21 use phpseclib3\Exception\NoKeyLoadedException; alias185 throw new NoKeyLoadedException('Unable to read key');210 throw new NoKeyLoadedException('The key that was loaded was not a private key');226 throw new NoKeyLoadedException('The key that was loaded was not a public key');242 throw new NoKeyLoadedException('The key that was loaded was not a parameter');267 throw new NoKeyLoadedException('Unable to read key');292 throw new NoKeyLoadedException('The key that was loaded was not a private key');309 throw new NoKeyLoadedException('The key that was loaded was not a public key');326 throw new NoKeyLoadedException('The key that was loaded was not a parameter');436 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…
24 class NoKeyLoadedException extends \RuntimeException class