예제 #1
0
 /**
  * Show error messaje in json format
  *
  * @since 0.1
  * @return bool true
  */
 private function print_error()
 {
     die($this->json_response->getStringResponseOut());
 }