As it turns out i configured xdebug to show all exceptions, even caught ones… silly me smiley
I found the answer to solve this issue on stackoverflow, after i had been told that it’s _really not_ standard php behaviour by some_people@#freenode:php .
The answer is to set
xdebug.show_exception_trace = Off
Thanks Artefacto for your answer to hide caught exceptions shown by xdebug.
Advertisement