On Tue, Feb 24, 2015 at 12:03 AM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote: > Hi Nikita, > > On Tue, Feb 24, 2015 at 3:15 AM, Nikita Popov <nikita....@gmail.com> wrote: > >> Voting on the engine exceptions RFC, which proposes to convert existing >> fatal and recoverable fatal errors into exceptions, has opened: >> >> https://wiki.php.net/rfc/engine_exceptions_for_php7#vote >> >> The primary vote requires a 2/3 majority, as this is a language change. >> >> A second vote will decide whether to use a BaseException based inheritance >> hierarchy. This vote uses a simple majority. >> > > Although, AbstractException sounds better to me. I voted "yes" for it now. > > We probably need more specific coding standard for class/interface names > for internal > classes/interfaces. > > Regards, > > -- > Yasuo Ohgaki > yohg...@ohgaki.net
Hello, I personally find both BaseException and AbstractException ugly. The "Throwable" is IMHO much better. Regards Pavel Kouril -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php