79475373

Date: 2025-02-28 11:32:57
Score: 2
Natty:
Report link

It's a good practice to escape your code to prevent errors from interrupting your page execution. Put your code inside a block such as this:

try { .. } catch(Throwable $e) { $e->getMessage(); }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jonu Fele