Tagged Questions
1
vote
1answer
117 views
How to make my plugin code die gracefully
I've set up a class for my function, and I'd like to implement some form of error handling. But I'm new to this error handling lark.
Can I set_error_handler to only show certain messages (and can ...