index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
errors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make HTTPException get the error JSON's message attribute.
Rapptz
2016-06-12
1
-3
/
+7
*
Change HTTPException to only take a single parameter.
Rapptz
2016-06-12
1
-4
/
+4
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-0
/
+18
*
HTTPException now has a text attribute if JSON is not available.
Rapptz
2016-01-25
1
-1
/
+6
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Add Forbidden and NotFound exceptions.
Rapptz
2015-12-04
1
-0
/
+15
*
Begin working on asyncio port.
Rapptz
2015-12-04
1
-20
/
+6
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
1
-0
/
+7
*
Add the message to the exception output.
Rapptz
2015-11-27
1
-0
/
+9
*
Fix annoying lack of parenthesis at end of HTTPException
Rapptz
2015-11-20
1
-1
/
+1
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
1
-0
/
+10
*
All HTTP requests now throw HTTPException.
Rapptz
2015-10-27
1
-1
/
+27
*
GatewayNotFound now has a default message.
Rapptz
2015-10-27
1
-1
/
+5
*
Rename InvaldiDestination to a generic ClientException.
Rapptz
2015-10-27
1
-3
/
+5
*
All exceptions now derive from DiscordException.
Rapptz
2015-10-27
1
-2
/
+8
*
Remove InvalidEventName exception due to it being unused
Rapptz
2015-10-27
1
-4
/
+0
*
Move websocket hub to the new gateway.
Rapptz
2015-08-26
1
-0
/
+4
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+33