Hi Steve, You don't even need to create your own exceptions, because PHP itself provides a couple of very useful exception classes. I personally mostly use these and only rarely find it necessary to create my own.
Here you can find the hierarchy of available exceptions: http://www.php.net/~helly/php/ext/spl/classException.html If symfony catches one of these, it's handled just like a normal sfException. Bernhard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
