So, we need to catch all the exceptions from RecurlyManager in order to have elegant form errors shown to user. For example,
- Gateway rejected
- Wrong Credit card number / CVC / expiration date / etc
- Account code has already been taken
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.