hasgeek / boxoffice

Ticketing
GNU Affero General Public License v3.0
10 stars 5 forks source link

Handle APIError #71

Closed shreyas-satish closed 8 years ago

shreyas-satish commented 8 years ago

Handle the APIError Exception by logging the errors resulting from interacting with an external API (eg: Razorpay) to a different file.

See http://flask.pocoo.org/docs/0.11/errorhandling/

shreyas-satish commented 8 years ago

Fixed in https://github.com/hasgeek/boxoffice/pull/78