mirror of
https://github.com/predis/predis.git
synced 2026-08-27 10:34:10 +00:00
10 lines
166 B
PHP
10 lines
166 B
PHP
<?php
|
|
|
|
namespace Predis\Transaction;
|
|
|
|
use Predis\PredisException;
|
|
|
|
class AbortedMultiExecException extends PredisException {
|
|
// Aborted MULTI/EXEC transactions
|
|
}
|