aboutsummaryrefslogtreecommitdiffhomepage
path: root/Digitigrade/Job/PushObject.php
diff options
context:
space:
mode:
authorwinter2025-01-14 17:23:15 +0000
committerwinter2025-01-14 17:23:15 +0000
commita9148c53a92a5564fde0ab6f184f7b65deba9a7f (patch)
treef63dad57239dbcebea668f3fe143b13473b86e31 /Digitigrade/Job/PushObject.php
parent8c4109791ee0eefadf96c9d7c925da45c11a655f (diff)
fix it
Diffstat (limited to 'Digitigrade/Job/PushObject.php')
-rw-r--r--Digitigrade/Job/PushObject.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Digitigrade/Job/PushObject.php b/Digitigrade/Job/PushObject.php
index e86f1d7..c3d7210 100644
--- a/Digitigrade/Job/PushObject.php
+++ b/Digitigrade/Job/PushObject.php
@@ -37,6 +37,7 @@ class PushObject extends Job {
} catch (AuthException $e) {
// start auth now and hopefully by the next retry we'll be able to
$instance->beginOutboundAuth();
+ throw $e;
}
}
} \ No newline at end of file