Custom event is just a base event that doesn’t crash when accessing type :)

Methods
E
T
Instance Public methods
event_class()
# File lib/net/yail/event.rb, line 62
def event_class; return "custom"; end
type()
# File lib/net/yail/event.rb, line 63
def type; return @type; end