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