<?php
declare(strict_types=1);

namespace ArangoDB\AQL\Exceptions;

use ArangoDB\Exceptions\BaseException;

/**
 * Statement exception
 *
 * @package ArangoDB\AQL\Exceptions
 * @author  Lucas S. Vieira
 */
class StatementException extends BaseException
{
}
