SyntaxFix
Write A Post
Hire A Developer
Questions
Sure:
try { throw new Exception('Something bad'); } catch (Exception $e) { // Do nothing }
You might want to go have a read of the PHP documentation on Exceptions.