Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / auth / exception / PhabricatorAuthInviteLoginException.php
bloba221ac3a95949cc7cfc28ab00b84539afcf4852f
1 <?php
3 /**
4 * Exception raised when the user must log in to continue with the invite
5 * workflow (for example, the because the email address is already bound to an
6 * account).
7 */
8 final class PhabricatorAuthInviteLoginException
9 extends PhabricatorAuthInviteDialogException {}