<?php

namespace ArangoDB\Exceptions;

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