Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/auth/exception/privatekey/PhabricatorAuthSSHPrivateKeySurplusPassphraseException.php
12261 views
1
<?php
2
3
final class PhabricatorAuthSSHPrivateKeySurplusPassphraseException
4
extends PhabricatorAuthSSHPrivateKeyPassphraseException {}
5
6