Example #1
0
 public function workerGetCodeDetails($code_id)
 {
     try {
         return $this->_worker->getCodeDetails($code_id);
     } catch (Exception $e) {
         Yii::log('Error in IronWorker: ' . $e->getMessage(), 'error', 'ext.yiiron');
         throw new CException($e->getMessage());
     }
 }