hiidef / oauth2app

Django OAuth 2.0 Server App. Please fork and improve!
https://github.com/hiidef/oauth2app
MIT License
271 stars 115 forks source link

Remove extra exception types #13

Open ghickman opened 12 years ago

ghickman commented 12 years ago

There are a whole bunch of exception types that extend Exception and pass.

They mostly provide a source of docs.

Should we dump them in favour of logging/docs?

bhagany commented 12 years ago

I'm ambivalent - the way it's done isn't generally how I would go about it, but I don't hate it either.