Ejemplo n.º 1
0
 /**
  * @param $id
  *
  * @return bool|void
  * @throws Exception
  */
 public function deletePost($id)
 {
     throw new Exception(Yii::t('SyncSocial', '{service} not support post delete', ['service' => $this->service->getName()]));
 }