RNCPHP\CommunityQuestionComment won't work
Summary
Not able to use RNCPHP\CommunityQuestionComment in PHP APIContent
PHP file stops working soon as it reaches any code with class RNCPHP\CommunityQuestionComment
RNCPHP\CommunityQuestion and RNCPHP\CommunityUser works fine but RNCPHP\CommunityQuestionComment won't work.
For example:
echo "Before";
echo "Before";
$comment = new RNCPHP\CommunityQuestionComment();
echo "After";
The code won't reach "After".
Have tried on different sites.
Have tried on PHP API Version 3 and 4.
Version
CPHP API 40