# `Plug.Conn.WrapperError`
[🔗](https://github.com/elixir-plug/plug/blob/v1.20.3/lib/plug/conn/wrapper_error.ex#L1)

Wraps the connection in an error which is meant
to be handled upper in the stack.

Used by both `Plug.Debugger` and `Plug.ErrorHandler`.

# `message`

# `reraise`

Reraises an error or a wrapped one.

# `reraise`

> This function is deprecated. Use reraise/1 or reraise/4 instead.

# `reraise`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
