DateTimeFormatterExistsException constructor

const DateTimeFormatterExistsException(
  1. String specifier
)

DateTimeFormatter exists exception.

Implementation

const DateTimeFormatterExistsException(this.specifier);