Skip to content
Snippets Groups Projects

[#3493696] Check source file is readable before move

Files
4
<?php
namespace Drupal\Core\File\Exception;
/**
* Exception thrown when file cannot be read from the file system.
*/
class FileReadException extends FileException {
}
Loading