On 27.04.2011, at 11:05, Victor Berchet wrote: > Dear all: > > Johannes has started to work on adding component exceptions: > https://github.com/symfony/symfony/pull/668 > > Some more work is needed to complete this: > * Update the tests, > * Update some catch clauses, > * Update the phpDoc blocks > > Would anyone have some bandwidth to do this ?
Also we should fix the signatures of our existing Exceptions. There is no reason to change the order of parameters even in a constructor. For example: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php#L23 https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Exception/HttpException.php#L24 regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
