DateException constructor

DateException(
  1. String message
)

Create a DateException with message

Implementation

factory DateException(String message) {
  return _DateExceptionImpl(message);
}