InvalidSyntaxException constructor

InvalidSyntaxException(
  1. dynamic message
)

Implementation

InvalidSyntaxException(message) : super(message);