Welcome Guest, Not a member yet? Register   Sign In
Prevent gzuncompress to throw ErrorException on invalid data
#2

Found it myself with the docu :-)
using
Code:
\Exception
makes the difference
Code:
try
{
    $this->Config['OutputContent'] = gzuncompress($OutputContentGZ);
}
catch (\Exception $ex)
{
    return 2022;


Stefan
Reply


Messages In This Thread
RE: Prevent gzuncompress to throw ErrorException on invalid data - by StefanKittel - 09-08-2023, 03:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB