<?php

namespace ArangoDB\Exceptions;

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