TransactionException.php 192 B

12345678
  1. <?php
  2. namespace Drupal\Core\Database;
  3. /**
  4. * Exception thrown by an error in a database transaction.
  5. */
  6. class TransactionException extends \RuntimeException implements DatabaseException {}