Fatal error: Call to a member function get_queried_object_id()

Instantiate your object inside a function hooked to the template_redirect action:

function wpse_177056_init_shortcode() {
    new callShortCode();
}

add_action( 'template_redirect', 'wpse_177056_init_shortcode' );