feat: 新增抛出异常时添加异常描述的功能
This commit is contained in:
@@ -17,6 +17,7 @@ class ResponseMeta(Exception):
|
|||||||
|
|
||||||
def update(self, **kwargs):
|
def update(self, **kwargs):
|
||||||
self.extra.update(kwargs)
|
self.extra.update(kwargs)
|
||||||
|
return self
|
||||||
|
|
||||||
def present(self):
|
def present(self):
|
||||||
data = {}
|
data = {}
|
||||||
|
Reference in New Issue
Block a user