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
/
infrastructure
/
cluster
/
exception
/
PhabricatorClusterException.php
blob
bd93de3a93c1a2b7f8f94aa0d94185c03f1c767c
1
<
?php
2
3
abstract class
PhabricatorClusterException
4
extends
Exception
{
5
6
abstract public function
getExceptionTitle
();
7
8
}