Page MenuHomec4science

PhabricatorAuthInviteLoginException.php
No OneTemporary

File Metadata

Created
Mon, Dec 23, 06:53

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