getThrowableInformation(); if (isset($info)) { $ex = $info->getThrowable(); return (string) $ex . PHP_EOL; } return ''; } }