Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/var-dumper/Exception/ThrowingCasterException.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
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 } |