Searched refs:NoKeyLoadedException (Results 1 – 4 of 4) sorted by relevance
19 use phpseclib3\Exception\NoKeyLoadedException; alias40 } catch (NoKeyLoadedException $e) {45 } catch (NoKeyLoadedException $e) {50 } catch (NoKeyLoadedException $e) {63 throw new NoKeyLoadedException('Unable to read key');77 throw new NoKeyLoadedException('The key that was loaded was not a private key');92 throw new NoKeyLoadedException('The key that was loaded was not a public key');107 throw new NoKeyLoadedException('The key that was loaded was not a parameter');
31 use phpseclib3\Exception\NoKeyLoadedException; alias336 } catch (NoKeyLoadedException $e) {
21 class NoKeyLoadedException extends \RuntimeException class
19 use phpseclib3\Exception\NoKeyLoadedException; alias160 throw new NoKeyLoadedException('Unable to read key');185 throw new NoKeyLoadedException('The key that was loaded was not a private key');200 throw new NoKeyLoadedException('The key that was loaded was not a public key');215 throw new NoKeyLoadedException('The key that was loaded was not a parameter');240 throw new NoKeyLoadedException('Unable to read key');265 throw new NoKeyLoadedException('The key that was loaded was not a private key');281 throw new NoKeyLoadedException('The key that was loaded was not a public key');297 throw new NoKeyLoadedException('The key that was loaded was not a parameter');402 …throw new NoKeyLoadedException('This key was created with createKey - it was not loaded with load.…