Hello there!
I have to implement some kind of a "fail whale" in a project im working on. Does anyone have done anything like that in php? Or using a specific framework?
I was thinking about some possible solutions, and one of them was using exception handling everywhere...but what about the uncatchable fatal errors?