Exception: Supabase::Realtime::Errors::NotConnectedError

Inherits:
RealtimeError
  • Object
show all
Defined in:
lib/supabase/realtime/errors.rb

Overview

Raised when an operation requires an active WebSocket connection but the client hasn’t connected (or has been closed). Mirrors py NotConnectedError so call sites can rescue the same class name.