@@ -38,7 +38,7 @@ |
||
| 38 | 38 | $this->result->execute($this->statements); |
| 39 | 39 | $this->error = true; |
| 40 | 40 | |
| 41 | - }catch (\PDOException $e){ |
|
| 41 | + } catch (\PDOException $e){ |
|
| 42 | 42 | echo $e->getMessage(); |
| 43 | 43 | |
| 44 | 44 | } |
@@ -56,7 +56,7 @@ |
||
| 56 | 56 | $this->result = DB::connect()->lastInsertId(); |
| 57 | 57 | $this->error = true; |
| 58 | 58 | |
| 59 | - }catch (\PDOException $e){ |
|
| 59 | + } catch (\PDOException $e){ |
|
| 60 | 60 | echo $e->getMessage(); |
| 61 | 61 | |
| 62 | 62 | } |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | $this->error = true; |
| 91 | 91 | |
| 92 | 92 | |
| 93 | - }catch (\PDOException $e){ |
|
| 93 | + } catch (\PDOException $e){ |
|
| 94 | 94 | echo $e->getMessage(); |
| 95 | 95 | |
| 96 | 96 | } |