On 24 December 2015 at 22:40, Bronisław Białek wrote:
> Hello everyone!
>
> I've just created an RFC draft for catching multiple exception types
> in one catch statement:
> https://github.com/bronek89/php-multicatch-rfc
>
> I wrote RFC on github to check if there is any positive response from
> c
On Thu, Dec 24, 2015 at 2:40 PM, Bronisław Białek wrote:
> I've just created an RFC draft for catching multiple exception types
> in one catch statement:
> https://github.com/bronek89/php-multicatch-rfc
>
> I wrote RFC on github to check if there is any positive response from
> community.
>
> Bas
Hello everyone!
I've just created an RFC draft for catching multiple exception types
in one catch statement:
https://github.com/bronek89/php-multicatch-rfc
I wrote RFC on github to check if there is any positive response from community.
Basically it introduces possibility to write code such as: