Skip to content

Event ingest: remove any invalid exceptions

David Burke requested to merge discard-bad-exceptions into master
  • Make EventException more lax
  • If it has neither type nor value, return None (kind of funky?)
  • Remove None from ValueEventException

Merge request reports