mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed exception id 0x8a41d.
This commit is contained in:
parent
dec8c52b86
commit
6d1d6013cd
@ -419,7 +419,7 @@ class RichReplyMethods(object):
|
||||
|
||||
def _error(self, s, Raise, **kwargs):
|
||||
if Raise:
|
||||
raise callbacks.Error, s
|
||||
raise Error, s
|
||||
else:
|
||||
self.error(s, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user