Maru v0.12.0 Maru.Exceptions.InvalidFormat exception View Source

Raised when get param from request.

options of reason:

* `:required` raised when a required param not given
* `:illegal` raised when parse param error

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Functions

Link to this function exception(args) View Source
exception(keyword) :: Exception.t

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.