if_exception
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] do
fn %{message: msg} -> msg end.()
else
Quark.id
end
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] do
fn %{message: msg} -> msg end.()
else
Quark.id
end