<?php
declare(strict_types=1);

namespace ArangoDB\Cursor\Exceptions;

use ArangoDB\Exceptions\BaseException;

/**
 * CursorException
 *
 * @package ArangoDB\Cursor\Exceptions
 * @author Lucas S. Vieira
 */
class CursorException extends BaseException
{
}
