package exception
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DefaultExceptionHandler[F[_]](response: (StatusCode, String) => ValuedEndpointOutput[_]) extends ExceptionHandler[F] with Product with Serializable
- case class ExceptionContext(e: Throwable, endpoint: AnyEndpoint, request: ServerRequest) extends Product with Serializable
- trait ExceptionHandler[F[_]] extends AnyRef
- class ExceptionInterceptor[F[_]] extends EndpointInterceptor[F]
Value Members
- object DefaultExceptionHandler extends Serializable
- object ExceptionHandler