line wrap
This commit is contained in:
parent
fb4f7c1cb5
commit
58620203cf
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue