Exception: Ably::Exceptions::IncompatibleClientId

Inherits:
BaseAblyException show all
Defined in:
lib/ably/exceptions.rb

Instance Attribute Summary

Attributes inherited from BaseAblyException

#code, #message, #status

Instance Method Summary collapse

Methods inherited from BaseAblyException

#as_json, #to_s

Constructor Details

#initialize(messages, status = 400, code = INVALID_CLIENT_ID, *args) ⇒ IncompatibleClientId

Returns a new instance of IncompatibleClientId.



147
148
149
# File 'lib/ably/exceptions.rb', line 147

def initialize(messages, status = 400, code = INVALID_CLIENT_ID, *args)
  super(message, status, code, *args)
end