This interface indicates that an exception is just used to wrap another and isn't the true root
cause of the problem. This is used to present the exception in a more user-friendly way.
TODO(cjhopman): This behavior is slightly different than that in ErrorLogger as it doesn't
unwrap the non-WrapsException exceptions that ErrorLogger does.