@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class ConnectionException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class ConnectionException extends DatabaseException |
|
40 | -{ |
|
39 | +class ConnectionException extends DatabaseException { |
|
41 | 40 | } |
@@ -38,6 +38,5 @@ |
||
38 | 38 | * Class DatabaseException |
39 | 39 | * @package Platine\Database\Exception |
40 | 40 | */ |
41 | -class DatabaseException extends Exception |
|
42 | -{ |
|
41 | +class DatabaseException extends Exception { |
|
43 | 42 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class TransactionException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class TransactionException extends DatabaseException |
|
40 | -{ |
|
39 | +class TransactionException extends DatabaseException { |
|
41 | 40 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class QueryPrepareException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class QueryPrepareException extends DatabaseException |
|
40 | -{ |
|
39 | +class QueryPrepareException extends DatabaseException { |
|
41 | 40 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class QueryException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class QueryException extends DatabaseException |
|
40 | -{ |
|
39 | +class QueryException extends DatabaseException { |
|
41 | 40 | } |