Error Handling – Update: Exceptions to be used
I want to make more use of error handling rather than just straight die()’s – so I’m working on implementing http://codex.wordpress.org/Function_Reference/WP_Error within 2.0 for different cases. The only thing I’m trying to work out is not the implementation of the error, but the handling of the error on the other side. This may add an …