index/src/Data/CommitFailedException.php

12 lines
232 B
PHP

<?php
// CommitFailedException.php
// Created: 2021-05-02
// Updated: 2021-05-12
namespace Index\Data;
/**
* Exception to be thrown when a transaction commit fails.
*/
class CommitFailedException extends TransactionException {}