this is taken from #43 Idea: ```py from pampy import match, _, raise_error return match(x, 1, "foo", 2, "bar", _, raise_error(ValueError, "Message") ) ```
this is taken from #43
Idea: