<?php
declare(strict_types=1);

namespace ArangoDB\Exceptions;

/**
 * Class TransactionException
 *
 * @package ArangoDB\Exceptions
 * @author Lucas S. Vieira
 */
class TransactionException extends ServerException
{
}
