Creates a new FileValidationEvent.
\Drupal\file\FileInterface $file: The file.
\Symfony\Component\Validator\ConstraintViolationListInterface $violations: The violations.
public function __construct(FileInterface $file, ConstraintViolationListInterface $violations) { }