DartProjectException constructor

DartProjectException(
  1. String message
)

Create a DartProject related exceptions

Implementation

DartProjectException(String message) : super(message);