vmeretail / multi-tenancy-bundle

A multi tenancy bundle for Symfony 2 apps
25 stars 11 forks source link

[Feature] Recurly - Catch all expections #17

Open pmartelletti opened 10 years ago

pmartelletti commented 10 years ago

So, we need to catch all the exceptions from RecurlyManager in order to have elegant form errors shown to user. For example,

For the moment, we could just catch the exception from Recurly and print the message. They are quite informative, so that should do the trick for now.