line wrap
This commit is contained in:
parent
fb4f7c1cb5
commit
58620203cf
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue