PathNotFoundException constructor

PathNotFoundException(
  1. String path,
  2. String message
)

Implementation

PathNotFoundException(super.path, super.message);