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
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
auth
/
exception
/
PhabricatorAuthInviteVerifyException.php
blob
ae3332c80b51f2beef93d3b0fafd0d552d21f825
1
<
?php
2
3
/**
4
* Exception raised when the user needs to verify an action.
5
*/
6
final class
PhabricatorAuthInviteVerifyException
7
extends
PhabricatorAuthInviteDialogException
{}