Skip to content

Commit

Permalink
Fix scaladoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Dec 8, 2024
1 parent d6be699 commit cfaa57c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,9 @@ object ArmeriaServerBuilder {
banner = defaults.Banner
)

/** Incorporates the default service error handling from Http4s' [[DefaultServiceErrorHandler]]
* and adds handling for some errors propagated from the Armeria side.
/** Incorporates the default service error handling from Http4s'
* [[org.http4s.server.DefaultServiceErrorHandler DefaultServiceErrorHandler]] and adds handling
* for some errors propagated from the Armeria side.
*/
def defaultServiceErrorHandler[F[_]](implicit
F: Monad[F]): Request[F] => PartialFunction[Throwable, F[Response[F]]] = {
Expand Down

0 comments on commit cfaa57c

Please sign in to comment.