Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Niklas Keller
2015-07-07 2:22 GMT+02:00 Pierre Joye : > hi Aaron, > > On Mon, Jul 6, 2015 at 1:15 PM, Aaron Piotrowski wrote: > > Hello everyone! > > > > I recently pushed changes that eliminated E_EXCEPTION and allows an > exception type to be provided for what were fatals in PHP, while still > falling back t

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Pierre Joye
hi Aaron, On Mon, Jul 6, 2015 at 1:15 PM, Aaron Piotrowski wrote: > Hello everyone! > > I recently pushed changes that eliminated E_EXCEPTION and allows an exception > type to be provided for what were fatals in PHP, while still falling back to > an E_ERROR if necessary. > > Since more specific

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Aaron Piotrowski
als@lists.php.net >> Subject: Re: [PHP-DEV] Error Subclasses >> >> Hey Anatol >> >>> Am 06.07.2015 um 12:06 schrieb Anatol Belski : >>> >>> Hi Aaron, >>> >>>> -Original Message- >>>> From: Aaron Piotrowski [

RE: [PHP-DEV] Error Subclasses

2015-07-06 Thread Anatol Belski
Hi Bob, > -Original Message- > From: Bob Weinand [mailto:bobw...@hotmail.com] > Sent: Monday, July 6, 2015 2:59 PM > To: Anatol Belski > Cc: Aaron Piotrowski; internals@lists.php.net > Subject: Re: [PHP-DEV] Error Subclasses > > Hey Anatol > > > Am 0

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Bob Weinand
Hey Anatol > Am 06.07.2015 um 12:06 schrieb Anatol Belski : > > Hi Aaron, > >> -Original Message- >> From: Aaron Piotrowski [mailto:aa...@icicle.io] >> Sent: Monday, July 6, 2015 8:16 AM >> To: internals@lists.php.net >> Subject: [PHP-D

RE: [PHP-DEV] Error Subclasses

2015-07-06 Thread Anatol Belski
Hi Aaron, > -Original Message- > From: Aaron Piotrowski [mailto:aa...@icicle.io] > Sent: Monday, July 6, 2015 8:16 AM > To: internals@lists.php.net > Subject: [PHP-DEV] Error Subclasses > > Hello everyone! > > I recently pushed changes that eliminate

[PHP-DEV] Error Subclasses

2015-07-05 Thread Aaron Piotrowski
Hello everyone! I recently pushed changes that eliminated E_EXCEPTION and allows an exception type to be provided for what were fatals in PHP, while still falling back to an E_ERROR if necessary. Since more specific Error classes can be thrown, I'd like to propose the following additions to th