Plug.Conn.WrapperError exception

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

Used by both Plug.Debugger and Plug.ErrorHandler.

Source

Summary

exception(args)

Callback implementation of Exception.exception/1

message(arg1)

Callback implementation of Exception.message/1

reraise(conn, kind, reason)

Reraises an error or a wrapped one

Functions

exception(args)

Specs:

Callback implementation of Exception.exception/1.

Source
message(arg1)

Callback implementation of Exception.message/1.

Source
reraise(conn, kind, reason)

Reraises an error or a wrapped one.

Source