From e74072eb4bb00ade73649ac06bc8f690e0348265 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 12 Nov 2024 15:12:26 +0100 Subject: [PATCH] fix merge --- src/thirdparty/Mandrill/Exceptions.php | 155 +++++------------------- src/thirdparty/Mandrill/Exports.php | 2 - src/thirdparty/Mandrill/Inbound.php | 2 - src/thirdparty/Mandrill/Internal.php | 2 - src/thirdparty/Mandrill/Ips.php | 2 - src/thirdparty/Mandrill/Messages.php | 2 - src/thirdparty/Mandrill/Metadata.php | 2 - src/thirdparty/Mandrill/Rejects.php | 2 - src/thirdparty/Mandrill/Senders.php | 2 - src/thirdparty/Mandrill/Subaccounts.php | 2 - src/thirdparty/Mandrill/Tags.php | 2 - src/thirdparty/Mandrill/Templates.php | 2 - src/thirdparty/Mandrill/Urls.php | 2 - src/thirdparty/Mandrill/Users.php | 2 - src/thirdparty/Mandrill/Webhooks.php | 2 - src/thirdparty/Mandrill/Whitelists.php | 2 - 16 files changed, 31 insertions(+), 154 deletions(-) diff --git a/src/thirdparty/Mandrill/Exceptions.php b/src/thirdparty/Mandrill/Exceptions.php index ba9210c..cbe0310 100644 --- a/src/thirdparty/Mandrill/Exceptions.php +++ b/src/thirdparty/Mandrill/Exceptions.php @@ -1,244 +1,151 @@