@@ -38,7 +38,7 @@ |
||
38 | 38 | // be converted into a TableTransformation object. |
39 | 39 | if (!$structuredData instanceof TableTransformation) { |
40 | 40 | // TODO: Define our own Exception class |
41 | - throw new \Exception("Data provided to table formatter must be an instance of RowsOfFields. Instead, a " . get_class($structuredData) . " was provided.", 1); |
|
41 | + throw new \Exception("Data provided to table formatter must be an instance of RowsOfFields. Instead, a ".get_class($structuredData)." was provided.", 1); |
|
42 | 42 | } |
43 | 43 | return $structuredData; |
44 | 44 | } |