ExceptionInterceptor

sttp.tapir.server.interceptor.exception.ExceptionInterceptor
class ExceptionInterceptor[F[_]](handler: ExceptionHandler[F]) extends EndpointInterceptor[F]

Attributes

Graph
Supertypes
trait Interceptor[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply[B](responder: Responder[F, B], decodeHandler: EndpointHandler[F, B]): EndpointHandler[F, B]

Attributes

B

The interpreter-specific, low-level type of body.

Definition Classes