<?phpdeclare(strict_types=1);namespace DotenvException;use InvalidArgumentException;final class InvalidPathException extends InvalidArgumentException implements ExceptionInterface{ //}