@@ -197,7 +197,7 @@ |
||
197 | 197 | if (method_exists($model, $method)) { |
198 | 198 | call_user_func_array(array($model, $method), $params); |
199 | 199 | } else { |
200 | - throw new IdiormMethodMissingException("Method $method() does not exist in class " . get_class($this)); |
|
200 | + throw new IdiormMethodMissingException("Method $method() does not exist in class ".get_class($this)); |
|
201 | 201 | } |
202 | 202 | } |
203 | 203 |