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