GeneratorTargetFileExistsException constructor

GeneratorTargetFileExistsException(
  1. String filepath
)

Implementation

GeneratorTargetFileExistsException(
  String filepath,
) : super('file already exists', filepath);