?
avatar mbabker
mbabker
10 Nov 2018

After joomla-framework/http#37 the Framework's HTTP package now supports PSR-18 for sending HTTP requests. As the CMS classes are an extension of the Framework, that support will inherently be available after the next composer update for that package. However, part of the support requires that all exceptions implement Psr\Http\Client\ClientExceptionInterface, meaning we need to update our exceptions to do so.

x-ref joomla-framework/http#38

avatar mbabker mbabker - open - 10 Nov 2018
avatar joomla-cms-bot joomla-cms-bot - change - 10 Nov 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Nov 2018
avatar PhilETaylor
PhilETaylor - comment - 11 Nov 2018

all exceptions implement

You mean those exceptions used when making http requests and not "all" exceptions everywhere right?

avatar mbabker
mbabker - comment - 11 Nov 2018

Right. If in the Joomla\(CMS\)Http namespace the Exception should implement that ClientExceptionInterface somehow.

avatar mbabker mbabker - change - 19 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-19 01:59:15
Closed_By mbabker
avatar mbabker mbabker - close - 19 Feb 2019

Add a Comment

Login with GitHub to post a comment