I haven't been able to find out much from the documentation regarding how to throw exceptions in my code and how Symfony will deal with them. I'm not talking about 404 errors and stuff, I know how to handle those. But I have some cases where I encounter exception conditions in my business logic (within the OM) and I need to throw an exception.
My questions are: - should I create my own exception classes for my application, and should they be extending sfException? - how will symfony handle application exceptions? Thanks, Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
