Exception Wrapper #32

Merged
kske merged 3 commits from f/exception-wrapper into develop 2022-01-08 16:54:06 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 84ae42b44f - Show all commits

View File

@ -1,6 +1,5 @@
package dev.kske.eventbus.core;
/**
mpk marked this conversation as resolved
Review

One blank line too much

One blank line too much
* This unchecked exception acts as a wrapper for an arbitrary exception to prevent an
* {@link ExceptionEvent} from being dispatched. Instead, the wrapped exception is rethrown by