expede / exceptional

Helpers for Elixir exceptions

Home Page:https://hex.pm/packages/exceptional

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ensure!

expede opened this issue · comments

Alias for maybe_ok >>> id

This would help when you actually do want to explode. For compatibility with systems that depend on such behaviour (like Plug). Recommendation is to use this at the boundary of a system only, and handle everything inside as pure excerption structs.