mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-03 10:28:23 +01:00
8 lines
184 B
PHP
8 lines
184 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Exception raised when the user is logged in to the wrong account.
|
||
|
*/
|
||
|
final class PhabricatorAuthInviteAccountException
|
||
|
extends PhabricatorAuthInviteDialogException {}
|