DateTimeZoneNotFoundError constructor

DateTimeZoneNotFoundError(
  1. String message
)

Creates an instance with the given message.

message: The message for the exception.

Implementation

DateTimeZoneNotFoundError(this.message);