line wrap

This commit is contained in:
Rudi Grinberg 2012-09-19 10:24:45 -04:00
parent fb4f7c1cb5
commit 58620203cf
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ class CcFiles extends BaseCcFiles {
$dt = new DateTime($v);
} catch (Exception $x) {
throw new PropelException('Error parsing date/time value: ' . var_export($v, true), $x);
throw new PropelException('Error parsing date/time value: ' .
var_export($v, true), $x);
}
}