1<?php 2 3final class PhabricatorClusterStrandedException 4 extends PhabricatorClusterException { 5 6 public function getExceptionTitle() { 7 return pht('Unable to Reach Any Database'); 8 } 9 10} 11 12