Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/var-dumper/Exception/ThrowingCasterException.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
19 /** | 19 /** |
20 * @param \Exception $prev The exception thrown from the caster | 20 * @param \Exception $prev The exception thrown from the caster |
21 */ | 21 */ |
22 public function __construct(\Exception $prev) | 22 public function __construct(\Exception $prev) |
23 { | 23 { |
24 parent::__construct('Unexpected '.get_class($prev).' thrown from a caster: '.$prev->getMessage(), 0, $prev); | 24 parent::__construct('Unexpected '.\get_class($prev).' thrown from a caster: '.$prev->getMessage(), 0, $prev); |
25 } | 25 } |
26 } | 26 } |