Page MenuHomec4science

PhabricatorAuthInviteLoginException.php
No OneTemporary

File Metadata

Created
Tue, Feb 11, 10:15

PhabricatorAuthInviteLoginException.php

<?php
/**
* Exception raised when the user must log in to continue with the invite
* workflow (for example, the because the email address is already bound to an
* account).
*/
final class PhabricatorAuthInviteLoginException
extends PhabricatorAuthInviteDialogException {}

Event Timeline