Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / infrastructure / cluster / exception / PhabricatorClusterException.php
blobbd93de3a93c1a2b7f8f94aa0d94185c03f1c767c
1 <?php
3 abstract class PhabricatorClusterException
4 extends Exception {
6 abstract public function getExceptionTitle();