<?php

namespace Drupal\Core\File\Exception;

/**
 * Exception thrown when a file is expected to exist but does not.
 */
class FileNotExistsException extends FileException {
}
