gravity-pdf icon indicating copy to clipboard operation
gravity-pdf copied to clipboard

Replace internal WP_Errors with Exceptions

Open jakejackson1 opened this issue 9 years ago • 1 comments

This should clean up a lot of code that does multiple is_wp_error() checks internally.

jakejackson1 avatar Jul 28 '16 00:07 jakejackson1

Use WP_Error class in our API and Exceptions internally. This will prevent all the pre-checks when making stuff happen in methods

jakejackson1 avatar Nov 21 '16 04:11 jakejackson1