2656eeae4e9d4135654c36c1a79f993b6118d871
[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-2024 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 }