rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

Fix missing default method exception #70

Closed rokob closed 5 years ago

rokob commented 5 years ago

An undefined method is an Error not an Exception, so the block to catch an Exception is not executed when a method is not found. Add a block for Throwable which will catch Error and Exception in newer PHP versions, in PHP 5 the exception block will still be used.

Fixes #69

jessewgibbs commented 5 years ago

@rokob thanks for the PR. Let's try to get this released today if possible. @ArturMoczulski are you available to review and publish the update?

ArturMoczulski commented 5 years ago

LGTM. I will get this published in the Wordpress pugin directory later today.