mtv\http\AjaxHttp404::display_message PHP Method

display_message() public method

public display_message ( )
    public function display_message()
    {
        $response = array('exception' => $this, 'error' => __('Callback not found', 'mtv'));
        shortcuts\display_json($response);
    }
AjaxHttp404