mirror of
https://github.com/predis/predis.git
synced 2026-08-19 18:22:06 +00:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
class AbortedMultiExec extends PredisException {
|
|
// Aborted MULTI/EXEC transactions
|
|
}
|