Class NeverThrowsException

All Implemented Interfaces:
Serializable

public final class NeverThrowsException extends RuntimeException
The NeverThrowsException class is an uninstantiable placeholder exception which should be used for indicating that a Function or AsyncFunction never throws an exception (i.e. the function cannot fail).
See Also: