Maru v0.11.4 Maru.Exceptions.InvalidFormat exception

Raised when get param from request.

options of reason:

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

Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Functions

exception(args)
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

message(e)

Callback implementation for Exception.message/1.