friendica-addons/s3_storage/vendor/akeeba/s3/src/Exception/CannotGetBucket.php

20 lines
376 B
PHP
Raw Normal View History

2022-02-20 20:22:07 +00:00
<?php
/**
* Akeeba Engine
*
* @package akeebaengine
* @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
2022-02-20 20:22:07 +00:00
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\S3\Exception;
2022-02-20 20:22:07 +00:00
// Protection against direct access
defined('AKEEBAENGINE') || die();
2022-02-20 20:22:07 +00:00
use RuntimeException;
class CannotGetBucket extends RuntimeException
{
}