Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionOutOfOrderException.php
1 <?php
2
3 namespace Drupal\Core\Database;
4
5 /**
6  * Exception thrown when a rollBack() resulted in other active transactions being rolled-back.
7  */
8 class TransactionOutOfOrderException extends TransactionException implements DatabaseException {}