pusher/pusher-http-ruby

Pusher.authenticate raises undocumented exception

rogeriopvl opened this issue · 1 comments

According to the documentation, Pusher.authenticate does not mention any raised exceptions, but in fact if socket_id or channel_name are invalid, the method raises Pusher::Error.

Should this be added to the docs? or am I missing something?

@rogeriopvl It does look like the Pusher.authenticate method raises Pusher::Error. Docs could certainly be updated to reflect this.