@@ -30,8 +30,7 @@ |
||
| 30 | 30 | $this->conf = $this->tmdb->getConfiguration(); |
| 31 | 31 | $params = $this->tmdb->checkOptions($options); |
| 32 | 32 | $this->data = $this->tmdb->sendRequest(new CurlRequest(), $item_name . '/' . (int) $item_id, null, $params); |
| 33 | - } |
|
| 34 | - catch (\Exception $ex) |
|
| 33 | + } catch (\Exception $ex) |
|
| 35 | 34 | { |
| 36 | 35 | throw new \Exception($ex->getMessage(), $ex->getCode(), $ex); |
| 37 | 36 | } |