You are here

FileExistsException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/File/Exception/FileExistsException.php

File

core/lib/Drupal/Core/File/Exception/FileExistsException.php
View source
<?php

namespace Drupal\Core\File\Exception;


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

}

Classes

Namesort descending Description
FileExistsException Exception thrown when a file unexpectedly exists.