I use the function " throw new BadRequest('my error message');
But this one throws error along with the error code "Error:400".
How i can remove the Error:400 from it or is there any other function to throw custom error without error code.
Please help me on this , Thanks in advance
But this one throws error along with the error code "Error:400".
How i can remove the Error:400 from it or is there any other function to throw custom error without error code.
Please help me on this , Thanks in advance
Comment