FileExistsException.php 159 B

123456789
  1. <?php
  2. namespace Drupal\Core\File\Exception;
  3. /**
  4. * Exception thrown when a file unexpectedly exists.
  5. */
  6. class FileExistsException extends FileException {
  7. }