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