mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-08 03:36:44 +00:00
6 lines
106 B
Python
6 lines
106 B
Python
type AliasedException = Exception
|
|
|
|
|
|
async def aliased_exc(e: AliasedException) -> Exception:
|
|
return e
|