Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/debug/Exception/UndefinedMethodException.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
24 $message, | 24 $message, |
25 $previous->getCode(), | 25 $previous->getCode(), |
26 $previous->getSeverity(), | 26 $previous->getSeverity(), |
27 $previous->getFile(), | 27 $previous->getFile(), |
28 $previous->getLine(), | 28 $previous->getLine(), |
29 null, | |
30 true, | |
31 null, | |
29 $previous->getPrevious() | 32 $previous->getPrevious() |
30 ); | 33 ); |
31 $this->setTrace($previous->getTrace()); | 34 $this->setTrace($previous->getTrace()); |
32 } | 35 } |
33 } | 36 } |