mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-03-03 07:04:27 +00:00
6 lines
106 B
Python
6 lines
106 B
Python
type AliasedException = Exception
|
|
|
|
|
|
async def aliased_exc(e: AliasedException) -> Exception:
|
|
return e
|