mtv\http\AjaxHttp500::display_message PHP Method

display_message() public method

public display_message ( )
    public function display_message()
    {
        $response = array('error' => $this->message, 'trace' => $this->getTrace(), 'data' => $this->error_data);
        shortcuts\display_json($response);
    }
AjaxHttp500