Laravel Exception Handler

We hade a «issue» where we wanted more logging, http logging. What i discovered was that the ExceptionHandler extends the Illuminate\Foundation\Exceptions\Handler That handler has a internal dont report array, and by overriding it we are able to get more exceptions

Array or !Array

I was struggling with a loop check I needed to do. I needed to find how many of occurrences there where based on some key info that had to be unique. Learned this from @mortenbergset