repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
auth
/
exception
/
PhabricatorAuthInviteRegisteredException.php
blob
986c326996faa4560a65cbea8976963e251a09ce
1
<
?php
2
3
/**
4
* Exception raised when the user is already registered and the invite is a
5
* no-op.
6
*/
7
final class
PhabricatorAuthInviteRegisteredException
8
extends
PhabricatorAuthInviteException
{}