exceptional v1.1.0 Release Notes

Release Date: 2016-08-28 // over 7 years ago
  • ➕ Added if_exception, which has the ability to take the familiar forms:

    if\_exception [1,2,3], do: fn %{message: msg} -\> msg end.(), else: Quark.id if\_exception [1,2,3] dofn %{message: msg} -\> msg end.()elseQuark.idend