comparison core/lib/Drupal/Core/Routing/MatcherDumper.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
139 139
140 // Insert all new routes. 140 // Insert all new routes.
141 $insert->execute(); 141 $insert->execute();
142 } 142 }
143 143
144
145 } 144 }
146 catch (\Exception $e) { 145 catch (\Exception $e) {
147 $transaction->rollBack(); 146 $transaction->rollBack();
148 watchdog_exception('Routing', $e); 147 watchdog_exception('Routing', $e);
149 throw $e; 148 throw $e;