We should not be using exceptions for flow control. It's considered [bad practice and inefficient](http://c2.com/cgi/wiki?DontUseExceptionsForFlowControl). See the following [code](https://github.com/HumanDynamics/rhythm-server/blob/development/src/events/meetingJoinedEvent.js#L42) as an example.