In production I don't want to show the following error:
<b>Warning</b>: POST Content-Length of 25633071 bytes exceeds the limit of 20971520 bytes in <b>Unknown</b> on line <b>0</b><br />
error_reporting
is set to 0...
error_reporting(0);
But I'm still getting the error. How can I suppress this error so I can display my own error page?
The error messages are handled by exceptions