X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=s3_storage%2Fvendor%2Fakeeba%2Fs3%2Fsrc%2FException%2FInvalidEndpoint.php;h=3c58c0354bbfea9e71fa624756dc3fafbf8ce1e2;hb=3e74af9775ac9863c559422275e6322345a2b73a;hp=b35e56d0f42d7acb9fc325486b811c5681bc3d46;hpb=9daa11eb108ff8e82e63816d371939d0415c1247;p=friendica-addons.git diff --git a/s3_storage/vendor/akeeba/s3/src/Exception/InvalidEndpoint.php b/s3_storage/vendor/akeeba/s3/src/Exception/InvalidEndpoint.php index b35e56d0..3c58c035 100644 --- a/s3_storage/vendor/akeeba/s3/src/Exception/InvalidEndpoint.php +++ b/s3_storage/vendor/akeeba/s3/src/Exception/InvalidEndpoint.php @@ -3,14 +3,14 @@ * Akeeba Engine * * @package akeebaengine - * @copyright Copyright (c)2006-2020 Nicholas K. Dionysopoulos / Akeeba Ltd + * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ -namespace Akeeba\Engine\Postproc\Connector\S3v4\Exception; +namespace Akeeba\S3\Exception; // Protection against direct access -defined('AKEEBAENGINE') or die(); +defined('AKEEBAENGINE') || die(); use Exception;