Re: [PHP-DEV] Re: Throwable patch(es) and finalizing the story

2015-05-16 Thread Aaron Piotrowski
Submitted the pull request: https://github.com/php/php-src/pull/1284 I’m not 100% sure on using the name Error, but Java uses a similar name scheme, so it isn’t without precedent and it keeps the names shorter. I also have a branch that prevents user s

Re: [PHP-DEV] Re: Throwable patch(es) and finalizing the story

2015-05-16 Thread Stanislav Malyshev
Hi! > I’ve made another version that I believe is what Sebastian intended > in the first place: Throwable as an interface, with Exception and > Error being separate classes. Throwable is implemented to prevent > user-land code from implementing it. > > https://github.com/trowski/php-src/tree/thro