Exception: SplitIoClient::SSEClientException

Inherits:
SplitIoError
  • Object
show all
Defined in:
lib/splitclient-rb/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ SSEClientException

Returns a new instance of SSEClientException.



11
12
13
# File 'lib/splitclient-rb/exceptions.rb', line 11

def initialize(event)
  @event = event
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



9
10
11
# File 'lib/splitclient-rb/exceptions.rb', line 9

def event
  @event
end