|
1 | | -.. currentmodule:: twitchio |
| 1 | +.. currentmodule:: twitchio.ext.commands |
2 | 2 |
|
3 | 3 | Exceptions |
4 | 4 | ########## |
@@ -33,20 +33,55 @@ Exceptions |
33 | 33 |
|
34 | 34 | .. autoexception:: twitchio.ext.commands.ArgumentError |
35 | 35 |
|
36 | | -.. autoexception:: twitchio.ext.commands.GuardFailure |
37 | | - |
38 | 36 | .. autoexception:: twitchio.ext.commands.ConversionError |
39 | 37 |
|
40 | 38 | .. autoexception:: twitchio.ext.commands.BadArgument |
41 | 39 |
|
42 | 40 | .. autoexception:: twitchio.ext.commands.MissingRequiredArgument |
43 | 41 |
|
44 | | -.. autoexception:: twitchio.ext.commands.ModuleAlreadyLoadedError |
| 42 | +.. autoexception:: twitchio.ext.commands.UnexpectedQuoteError |
| 43 | + |
| 44 | +.. autoexception:: twitchio.ext.commands.InvalidEndOfQuotedStringError |
| 45 | + |
| 46 | +.. autoexception:: twitchio.ext.commands.ExpectedClosingQuoteError |
| 47 | + |
| 48 | +.. autoexception:: twitchio.ext.commands.GuardFailure |
| 49 | + |
| 50 | +.. autoexception:: twitchio.ext.commands.CommandOnCooldown |
45 | 51 |
|
46 | 52 | .. autoexception:: twitchio.ext.commands.ModuleLoadFailure |
47 | 53 |
|
| 54 | +.. autoexception:: twitchio.ext.commands.ModuleAlreadyLoadedError |
| 55 | + |
48 | 56 | .. autoexception:: twitchio.ext.commands.ModuleNotLoadedError |
49 | 57 |
|
50 | 58 | .. autoexception:: twitchio.ext.commands.NoEntryPointError |
51 | 59 |
|
52 | | -.. autoexception:: twitchio.ext.commands.CommandOnCooldown |
| 60 | + |
| 61 | +Exception Hierarchy |
| 62 | +~~~~~~~~~~~~~~~~~~~ |
| 63 | + |
| 64 | +.. exception_hierarchy:: |
| 65 | + |
| 66 | + - :exc:`CommandError` |
| 67 | + - :exc:`ComponentLoadError` |
| 68 | + - :exc:`CommandInvokeError` |
| 69 | + - :exc:`CommandHookError` |
| 70 | + - :exc:`CommandNotFound` |
| 71 | + - :exc:`CommandExistsError` |
| 72 | + - :exc:`PrefixError` |
| 73 | + - :exc:`InputError` |
| 74 | + - :exc:`ArgumentError` |
| 75 | + - :exc:`ConversionError` |
| 76 | + - :exc:`BadArgument` |
| 77 | + - :exc:`MissingRequiredArgument` |
| 78 | + - :exc:`UnexpectedQuoteError` |
| 79 | + - :exc:`InvalidEndOfQuotedStringError` |
| 80 | + - :exc:`ExpectedClosingQuoteError` |
| 81 | + - :exc:`GuardFailure` |
| 82 | + - :exc:`CommandOnCooldown` |
| 83 | + - :exc:`ModuleError` |
| 84 | + - :exc:`ModuleLoadFailure` |
| 85 | + - :exc:`ModuleAlreadyLoadedError` |
| 86 | + - :exc:`ModuleNotLoadedError` |
| 87 | + - :exc:`NoEntryPointError` |
0 commit comments