InvalidDateTimeZoneSourceError constructor

InvalidDateTimeZoneSourceError(
  1. String message
)

Creates a new instance with the given message.

message: The message for the exception.

Implementation

InvalidDateTimeZoneSourceError(this.message);