You are here

FileException.php in Drupal 10

File

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

namespace Drupal\Core\File\Exception;


/**
 * Base class for exceptions related to file handling operations.
 */
class FileException extends \RuntimeException {

}

Classes

Namesort descending Description
FileException Base class for exceptions related to file handling operations.