index/src/Data/SavePointFailedException.php

12 lines
237 B
PHP

<?php
// SavePointFailedException.php
// Created: 2021-05-02
// Updated: 2021-05-12
namespace Index\Data;
/**
* Exception to be thrown when save point creation fails.
*/
class SavePointFailedException extends TransactionException {}