View Source Beacon.Web.ServerError exception (Beacon v0.1.0-rc.0)
Raised when a Beacon.Content.PageEventHandler
returns an invalid response.
If you're seeing this error, check the code in your site's event handlers, and
ensure that each one returns {:noreply, socket}
.