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.

Source

Summary

status(exception)

Receives an exception and returns its HTTP status code

Types

t :: term

Functions

status(exception)

Specs:

Receives an exception and returns its HTTP status code.

Source