From 7b4811d01bfb02171523c0209666e8b5d64df6cb Mon Sep 17 00:00:00 2001 From: Matthias Treuberg Date: Tue, 23 Dec 2025 12:36:20 +0100 Subject: [PATCH] Fix namespace casing in TrackingMoreException MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change namespace from 'Trackingmore' to 'TrackingMore' to match the PSR-4 autoloader mapping and other files in the SDK. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/TrackingMoreException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrackingMoreException.php b/src/TrackingMoreException.php index a26e2b1..632f851 100644 --- a/src/TrackingMoreException.php +++ b/src/TrackingMoreException.php @@ -1,7 +1,7 @@