repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove all "FileHasObject" edge reads and writes
[phabricator.git]
/
src
/
applications
/
auth
/
exception
/
privatekey
/
PhabricatorAuthSSHPrivateKeyFormatException.php
blob
ea2ceabc3689144281ad3c8c0b908ea6938452c3
1
<
?php
2
3
final class
PhabricatorAuthSSHPrivateKeyFormatException
4
extends
PhabricatorAuthSSHPrivateKeyException
{
5
6
public function
isFormatException
() {
7
return true
;
8
}
9
10
public function
isPassphraseException
() {
11
return false
;
12
}
13
14
}