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
/
PhabricatorAuthInviteInvalidException.php
blob
51719829ca8a9ec6249e30840c926a7592ea109e
1
<
?php
2
3
/**
4
* Exception raised when an invite code is invalid.
5
*/
6
final class
PhabricatorAuthInviteInvalidException
7
extends
PhabricatorAuthInviteDialogException
{}