class TransactionException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Database/TransactionException.php \Drupal\Core\Database\TransactionException
- 10 core/lib/Drupal/Core/Database/TransactionException.php \Drupal\Core\Database\TransactionException
Exception thrown by an error in a database transaction.
Hierarchy
- class \Drupal\Core\Database\TransactionException extends \Drupal\Core\Database\RuntimeException implements DatabaseException
Expanded class hierarchy of TransactionException
File
- core/
lib/ Drupal/ Core/ Database/ TransactionException.php, line 8
Namespace
Drupal\Core\DatabaseView source
class TransactionException extends \RuntimeException implements DatabaseException {
}