From 0b8e2bfc63aa17b17ca108cef260b8ec69fc89fd Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 13 Mar 2026 13:56:25 +0100 Subject: [PATCH] feat : add GiteaApiException Co-Authored-By: Claude Opus 4.6 --- src/Exception/GiteaApiException.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Exception/GiteaApiException.php diff --git a/src/Exception/GiteaApiException.php b/src/Exception/GiteaApiException.php new file mode 100644 index 0000000..b10627e --- /dev/null +++ b/src/Exception/GiteaApiException.php @@ -0,0 +1,16 @@ +