Description
When calling Errors.exceptionName() on the NONE error an NPE is thrown.
public String exceptionName() { return exception.getClass().getName(); }
Attachments
Issue Links
- links to
When calling Errors.exceptionName() on the NONE error an NPE is thrown.
public String exceptionName() { return exception.getClass().getName(); }