=doc fix broken links in scala-side HTTP docs
This commit is contained in:
parent
fc301396c6
commit
afe2ed3c79
124 changed files with 128 additions and 128 deletions
|
|
@ -11,7 +11,7 @@ of converting an exception to its argument, an ExceptionHandler__, which is defi
|
|||
|
||||
trait ExceptionHandler extends PartialFunction[Throwable, Route]
|
||||
|
||||
__ @github@/akka-http-scala/src/main/scala/akka/http/scaladsl/server/ExceptionHandler.scala
|
||||
__ @github@/akka-http/src/main/scala/akka/http/scaladsl/server/ExceptionHandler.scala
|
||||
|
||||
Since an ``ExceptionHandler`` is a partial function it can choose, which exceptions it would like to handle and
|
||||
which not. Unhandled exceptions will simply continue to bubble up in the route structure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue