mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-01 01:26:46 +00:00
6 lines
106 B
Python
6 lines
106 B
Python
type AliasedException = Exception
|
|
|
|
|
|
async def aliased_exc(e: AliasedException) -> Exception:
|
|
return e
|