Plug.Exception protocol
A protocol that extends exceptions to be status-code aware.
By default, it looks for an implementation of the protocol,
otherwise checks if the exception has the :plug_status
field
or simply returns 500.
Summary↑
status(exception) | Receives an exception and returns its HTTP status code |
Types ↑
t :: term
Functions
Specs:
- status(t) :: Plug.Conn.status
Receives an exception and returns its HTTP status code.