1<?php 2 3abstract class PhabricatorClusterException 4 extends Exception { 5 6 abstract public function getExceptionTitle(); 7 8} 9 10