mirror of
https://github.com/predis/predis.git
synced 2026-08-24 19:19:39 +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
|
|
}
|