om

Please ask the channel first, not @dnolen directly!
2019-03-04T20:24:21.001300Z

How do people deal with exceptions? You can't just throw an ex-info in the parser, because it will end up under :om.next/error in a 200 response and transit can't read/write ExceptionInfo

2019-03-04T20:25:01.001900Z

That is, unless I make it :type :om.next/abort so it gets thrown, and handle it in some ring middleware