a7a2a47848faa7ace7d8ea0212ddaebb65dea85b
[friendica-addons.git/.git] / s3_storage / vendor / akeeba / s3 / src / Exception / CannotPutFile.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 CannotPutFile extends RuntimeException
18 {
19 }