Add a basic "harbormaster.step.edit" API method
[phabricator/blender.git] / src / applications / auth / exception / PhabricatorAuthInviteAccountException.php
blobc1fcf9b83a0ce7164721490526accf4341d8015f
1 <?php
3 /**
4 * Exception raised when the user is logged in to the wrong account.
5 */
6 final class PhabricatorAuthInviteAccountException
7 extends PhabricatorAuthInviteDialogException {}