ErrorException [ Fatal Error ]: Call to undefined method Controller_Welcome::create_message()

APPPATH/classes/Controller/Welcome.php [ 350 ]

345         $newURL = THomes::$baseUrlR . 'entity' . THomes::$key . "search/" . THomes::$realestateUUID . "?itemPerPage=100&selectPage=0";
346         try {
347             $response = \Httpful\Request::post($newURL)->sendsJson()->body(json_encode($searchRequest))->send();
348         }
349         catch (Exception $e) {
350             $this->create_message('error', 'Caught exception: ' . $e->getMessage());
351         }
352         
353         $totalRecords  = 0;
354         $searchRecords = array();
355 
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment