get('id'); try { $this->getRecordService()->fetchFromMailServer($id); } catch (\Exception $e) { echo $e->getMessage(); } echo "--"; die; } }