-
Methods Method Description com.celeral.utils.Throwables.wrapIfChecked(Error) Error does not need to be wrapped; Instead ofthrow Throwables.wrapIfChecked(error);
usethrow error;
directly.
Method | Description |
---|---|
com.celeral.utils.Throwables.wrapIfChecked(Error) |
Error does not need to be wrapped; Instead of
throw Throwables.wrapIfChecked(error); use throw error; directly. |