mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-09-18 06:39:55 +00:00
replace InitializeException with InitializeError in docs
This commit is contained in:
@ -90,7 +90,7 @@ async def on_startup(application: web.Application) -> None:
|
||||
application(web.Application): web application instance
|
||||
|
||||
Raises:
|
||||
InitializeException: in case if matched could not be loaded
|
||||
InitializeError: in case if matched could not be loaded
|
||||
"""
|
||||
application.logger.info("server started")
|
||||
try:
|
||||
|
Reference in New Issue
Block a user