Packages

object ExceptionHandler

Source
ExceptionHandler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExceptionHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def newBuilder: ExceptionHandlerBuilder

    Creates a new builder DSL for creating an ExceptionHandler

  2. def of(pf: PartialFunction[Throwable, Route]): ExceptionHandler

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()