@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | |
| 47 | 47 | $stmt->execute($data); |
| 48 | 48 | return $stmt->fetchAll(PDO::FETCH_ASSOC); |
| 49 | - }catch(Exception $exception){ |
|
| 49 | + } catch(Exception $exception){ |
|
| 50 | 50 | $this->fail = new DatamanagerException($exception->getMessage(), $exception->getCode(), $exception); |
| 51 | 51 | } |
| 52 | 52 | return []; |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | |
| 63 | 63 | $stmt->execute(); |
| 64 | 64 | return $stmt->fetchAll(PDO::FETCH_ASSOC); |
| 65 | - }catch(Exception $exception){ |
|
| 65 | + } catch(Exception $exception){ |
|
| 66 | 66 | $this->fail = new DatamanagerException($exception->getMessage(), $exception->getCode(), $exception); |
| 67 | 67 | return []; |
| 68 | 68 | } |