FhirPathInvalidExpressionException constructor
FhirPathInvalidExpressionException(})
Implementation
FhirPathInvalidExpressionException(
String message, {
String? pathExpression,
int? offset,
String? token,
Object? cause,
}) : super(
message,
pathExpression: pathExpression,
offset: offset,
token: token,
cause: cause,
);