You are here

FileExistsException.php in Drupal 10

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.