FileException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\File\ExceptionFile
core/lib/Drupal/Core/File/Exception/FileException.phpView source
<?php
namespace Drupal\Core\File\Exception;
/**
* Base class for exceptions related to file handling operations.
*/
class FileException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
FileException | Base class for exceptions related to file handling operations. |