when throwing any exception on php, for example: ```php throw new Exception('Ups!'); ``` It's always identified as a success invocation on AWS monitor : <img width="406" alt="Screenshot 2020-05-04 at 15 30 25" src="https://user-images.githubusercontent.com/1071148/80965968-36552680-8e1c-11ea-8338-617128cf665c.png"> I'm using Symfony Framework