]> git.mxchange.org Git - friendica-addons.git/blob - s3_storage/vendor/akeeba/s3/src/Exception/CannotDeleteFile.php
[s3_storage] Bump version of akeeba/s3 to version 2.3.1
[friendica-addons.git] / s3_storage / vendor / akeeba / s3 / src / Exception / CannotDeleteFile.php
1 <?php
2 /**
3  * Akeeba Engine
4  *
5  * @package   akeebaengine
6  * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
7  * @license   GNU General Public License version 3, or later
8  */
9
10 namespace Akeeba\S3\Exception;
11
12 // Protection against direct access
13 defined('AKEEBAENGINE') || die();
14
15 use RuntimeException;
16
17 class CannotDeleteFile extends RuntimeException
18 {
19 }