gravity-pdf
gravity-pdf copied to clipboard
Replace internal WP_Errors with Exceptions
This should clean up a lot of code that does multiple is_wp_error() checks internally.
Use WP_Error class in our API and Exceptions internally. This will prevent all the pre-checks when making stuff happen in methods