DateTimeZoneNotFoundError constructor
DateTimeZoneNotFoundError(
- String message
Creates an instance with the given message.
message: The message for the exception.
Implementation
DateTimeZoneNotFoundError(this.message);