Packages

package exception

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DefaultExceptionHandler(response: (StatusCode, String) ⇒ ValuedEndpointOutput[_]) extends ExceptionHandler with Product with Serializable
  2. case class ExceptionContext(e: Throwable, endpoint: AnyEndpoint, request: ServerRequest) extends Product with Serializable
  3. trait ExceptionHandler extends AnyRef
  4. class ExceptionInterceptor[F[_]] extends EndpointInterceptor[F]

Value Members

  1. object DefaultExceptionHandler extends Serializable

Ungrouped