diff options
Diffstat (limited to 'Digitigrade')
| -rw-r--r-- | Digitigrade/Job/PushObject.php | 1 |
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 |
