? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
19 Jun 2015

Per PHP's Throwable RFC, a change has been made in PHP 7's error handling. Long and short, the BaseException class is gone and the two error branches (Exception and Error (previously EngineException)) now implement the Throwable interface. This PR updates our adoption of the previous exception objects to follow the newly implemented interfaces.

Note that this change is now implemented in the PHP 7 branch. Travis-CI (as of the time this was opened) may not yet be updated with this change.

avatar mbabker mbabker - open - 19 Jun 2015
avatar mbabker mbabker - change - 19 Jun 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jun 2015
Labels Added: ?
Build 3.5-dev staging
avatar Bakual Bakual - reference | cb62859 - 19 Jun 15
avatar Bakual Bakual - merge - 19 Jun 2015
avatar Bakual Bakual - close - 19 Jun 2015
avatar Bakual Bakual - change - 19 Jun 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-06-19 07:00:06
Closed_By Bakual
avatar Bakual Bakual - close - 19 Jun 2015
avatar Bakual
Bakual - comment - 19 Jun 2015

Merged on review.

avatar zero-24 zero-24 - change - 19 Jun 2015
Milestone Added:
avatar mbabker mbabker - head_ref_deleted - 19 Jun 2015

Add a Comment

Login with GitHub to post a comment