@private Default failing resolver
This comes into play if the user passes an invalid event type
# File lib/aruba/event_bus/name_resolver.rb, line 133 def match?(event_id) fail ArgumentError, %Q(Input type "#{event_id.class}" of event_id "#{event_id}" is invalid) end
# File lib/aruba/event_bus/name_resolver.rb, line 137 def supports [] end