InvalidPathException constructor

InvalidPathException(
  1. String message,
  2. Location? loc
)

Implementation

InvalidPathException(String message, Location? loc) : super(message, loc);