aboutsummaryrefslogtreecommitdiff
path: root/discord/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Make HTTPException get the error JSON's message attribute.Rapptz2016-06-121-3/+7
* Change HTTPException to only take a single parameter.Rapptz2016-06-121-4/+4
* Begin working on gateway v4 support.Rapptz2016-04-271-0/+18
* HTTPException now has a text attribute if JSON is not available.Rapptz2016-01-251-1/+6
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add Forbidden and NotFound exceptions.Rapptz2015-12-041-0/+15
* Begin working on asyncio port.Rapptz2015-12-041-20/+6
* Add LoginFailure exception for a clearer failure in Client.loginRapptz2015-11-271-0/+7
* Add the message to the exception output.Rapptz2015-11-271-0/+9
* 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