Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getClassName()
 {
     try {
         return $this->unstableRepository->getClassName();
     } catch (\Exception $exception) {
         return $this->fallbackRepository->getClassName();
     }
 }