Method: MatrixSdk::ErrorEvent#initialize

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

#initialize(error, source) ⇒ ErrorEvent

Returns a new instance of ErrorEvent.



58
59
60
61
# File 'lib/matrix_sdk/util/events.rb', line 58

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