Hello. I just saw the proposed specification and would like to congratulate to the working group for the great job. I only have a doubt related with the ClientException. Why does it extends to Throwable? In my mind it makes more sense to extend to Exception, because it represents an exception, not an error or other throwable class. This could also cause confusion in a try/catch that only catches Exception. I’m sure this was discussed and there’s a good reason for that, just I’m curious about it.
Thanks! Oscar Otero > El 22 ago 2018, a las 20:43, Sara Golemon <[email protected]> escribió: > > As of today, with a unanimous vote from the working group, we formally begin > the REVIEW phase of the proposed PSR-18 (HTTP Client) specification. The > proposed specification is in the fig-standards repository at the following > locations: > > - Specification: > https://github.com/php-fig/fig-standards/blob/master/proposed/http-client/http-client.md > > - Metadocument: > https://github.com/php-fig/fig-standards/blob/master/proposed/http-client/http-client-meta.md > > > During the Review phase, acceptable changes to the specification include > wording, typographical fixes, and clarifications. If you feel major changes > are necessary, please bring your arguments to the list under this thread. If > any major changes are considered, we will return to the Draft phase. > > The Review period will end no sooner than 19 Sep 2018 at 11:59pm. At that > time, if the working group can demonstrate two viable trial implementations, > and no need for major changes, I will call for an Acceptance Vote. > > -Sara Golemon > PSR-18 Sponsor > > -- > You received this message because you are subscribed to the Google Groups > "PHP Framework Interoperability Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/php-fig/3e454eb9-5088-40fb-b280-1d82725b512c%40googlegroups.com > > <https://groups.google.com/d/msgid/php-fig/3e454eb9-5088-40fb-b280-1d82725b512c%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/C5077FA0-7DF9-4763-816D-1BB6ACAF4684%40gmail.com. For more options, visit https://groups.google.com/d/optout.
