Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/auth/exception/PhabricatorAuthInviteLoginException.php
13411 views
1
<?php
2
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 {}
10
11