@@ -12,9 +12,9 @@ |
||
12 | 12 | |
13 | 13 | class TableNotCreatedException extends Exception { |
14 | 14 | |
15 | - public static function checkTableNotCreatedException($message) |
|
16 | - { |
|
15 | + public static function checkTableNotCreatedException($message) |
|
16 | + { |
|
17 | 17 | return new static($message); |
18 | - } |
|
18 | + } |
|
19 | 19 | |
20 | 20 | } |