Skip to content

Commit

Permalink
checked exception
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Feb 9, 2025
1 parent 03bc4c4 commit 3997355
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ interface TorrentServiceStarter<T : Any> {
*
* @return 服务通信对象
*/
@Throws(ServiceStartException::class)
suspend fun start(): T
}

Expand Down

0 comments on commit 3997355

Please sign in to comment.