Home
last modified time | relevance | path

Searched refs:TransactionOutOfOrderException (Results 1 – 6 of 6) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/
H A DTransactionOutOfOrderException.php8 class TransactionOutOfOrderException extends TransactionException implements DatabaseException {} class
H A DConnection.php1163 throw new TransactionOutOfOrderException();
1181 throw new TransactionOutOfOrderException();
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/
H A DTransactionOutOfOrderException.php8 class TransactionOutOfOrderException extends TransactionException implements DatabaseException {} class
H A DConnection.php1492 throw new TransactionOutOfOrderException();
1510 throw new TransactionOutOfOrderException();
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Database/
H A DTransactionTest.php6 use Drupal\Core\Database\TransactionOutOfOrderException; alias
433 catch (TransactionOutOfOrderException $e) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Database/
H A DTransactionTest.php6 use Drupal\Core\Database\TransactionOutOfOrderException; alias
468 catch (TransactionOutOfOrderException $e) {