Exception: Parse::LiveQuery::NotEnabledError

Inherits:
Error
  • Object
show all
Defined in:
lib/parse/live_query.rb

Overview

Error raised when LiveQuery is used but not enabled

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

Constructor Details

#initializeNotEnabledError

Returns a new instance of NotEnabledError.



65
66
67
# File 'lib/parse/live_query.rb', line 65

def initialize
  super("LiveQuery is experimental and must be explicitly enabled. Set Parse.live_query_enabled = true")
end