Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / auth / exception / privatekey / PhabricatorAuthSSHPrivateKeyFormatException.php
blobea2ceabc3689144281ad3c8c0b908ea6938452c3
1 <?php
3 final class PhabricatorAuthSSHPrivateKeyFormatException
4 extends PhabricatorAuthSSHPrivateKeyException {
6 public function isFormatException() {
7 return true;
10 public function isPassphraseException() {
11 return false;