NO_ERROR_EXCEPTION property

InteractivePlusSystemException<void> NO_ERROR_EXCEPTION
final

Implementation

static final InteractivePlusSystemException<void> NO_ERROR_EXCEPTION = InteractivePlusSystemException._(
  InteractivePlusSystemExceptionType.NO_ERROR,
  null,
  null
);