phyzical 5 months ago
parent
commit
fb0b4f1f66
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/homepage/pihole.php

+ 1 - 0
api/homepage/pihole.php

@@ -204,6 +204,7 @@ trait PiHoleHomepageItem
 		} catch (Requests_Exception $e) {
 				$this->setResponse(500, $e->getMessage());
 				$this->setLoggerChannel('PiHole')->error($e);
+				throw $e;
 			};
 		return $processedResponse ?? [];
 	}