Re: [PHP-DEV] New SPL exceptions proposal

2008-11-11 Thread Hannes Magnusson
On Tue, Nov 11, 2008 at 23:00, Etienne Kneuss <[EMAIL PROTECTED]> wrote: > Hello David, > > On Tue, Nov 11, 2008 at 5:16 PM, David Grudl <[EMAIL PROTECTED]> wrote: >> Hello *internals* and Marcus! >> >> What do you think about possibility to implement to PHP 5.3 several useful >> default exceptions

Re: [PHP-DEV] New SPL exceptions proposal

2008-11-11 Thread Etienne Kneuss
Hello David, On Tue, Nov 11, 2008 at 5:16 PM, David Grudl <[EMAIL PROTECTED]> wrote: > Hello *internals* and Marcus! > > What do you think about possibility to implement to PHP 5.3 several useful > default exceptions? > > (note that InvalidArgumentException, RuntimeException and LogicException > e

[PHP-DEV] New SPL exceptions proposal

2008-11-11 Thread David Grudl
Hello *internals* and Marcus! What do you think about possibility to implement to PHP 5.3 several useful default exceptions? (note that InvalidArgumentException, RuntimeException and LogicException exists since PHP 5.1) /** * The exception that is thrown when the value of an argument is * o