<?php

namespace Drupal\Core\File\Exception;

/**
 * Exception thrown when a file unexpectedly exists.
 */
class FileExistsException extends FileException {
}
