<?phpnamespace DotenvException;use InvalidArgumentException;/** * This is the invalid path exception class. */class InvalidPathException extends InvalidArgumentException implements ExceptionInterface{ //}