Method: MatrixSdk::ErrorEvent#initialize

Defined in:
lib/matrix_sdk/util/events.rb

#initialize(error, source) ⇒ ErrorEvent

Returns a new instance of ErrorEvent.



60
61
62
63
# File 'lib/matrix_sdk/util/events.rb', line 60

def initialize(error, source)
  @error = error
  super source
end