aboutsummaryrefslogtreecommitdiff
path: root/discord/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Fix annoying lack of parenthesis at end of HTTPExceptionRapptz2015-11-201-1/+1
* Add InvalidArgument exception and change exceptions thrown.Rapptz2015-10-271-0/+10
* All HTTP requests now throw HTTPException.Rapptz2015-10-271-1/+27
* GatewayNotFound now has a default message.Rapptz2015-10-271-1/+5
* Rename InvaldiDestination to a generic ClientException.Rapptz2015-10-271-3/+5
* All exceptions now derive from DiscordException.Rapptz2015-10-271-2/+8
* Remove InvalidEventName exception due to it being unusedRapptz2015-10-271-4/+0
* Move websocket hub to the new gateway.Rapptz2015-08-261-0/+4
* Initial commitRapptz2015-08-211-0/+33