We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27623a7 commit 1241da4Copy full SHA for 1241da4
twitchio/ext/commands/exceptions.py
@@ -41,14 +41,17 @@
41
"CommandOnCooldown",
42
"ComponentLoadError",
43
"ConversionError",
44
+ "ExpectedClosingQuoteError",
45
"GuardFailure",
46
"InputError",
47
+ "InvalidEndOfQuotedStringError",
48
"MissingRequiredArgument",
49
"ModuleAlreadyLoadedError",
50
"ModuleLoadFailure",
51
"ModuleNotLoadedError",
52
"NoEntryPointError",
53
"PrefixError",
54
+ "UnexpectedQuoteError",
55
)
56
57
0 commit comments