error ctach
This commit is contained in:
@@ -116,7 +116,8 @@ class WrenchJobs extends BaseController
|
||||
$out["interest_list"] = ( isset($int_list) && is_array($int_list) ) ? $int_list : [];
|
||||
|
||||
} catch (Exception $e) {
|
||||
echo 'Caught exception: ', $e->getMessage(), "\n";
|
||||
$errMsg = ' JOB DATA ERROR **** Caught exception: '. $e->getMessage();
|
||||
log_message('critical', $errMsg);
|
||||
}
|
||||
log_message('critical', "END ***** ***** WrenchJobs::getJobsData Ret ");
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
|
||||
Reference in New Issue
Block a user