<?php

namespace ArangoDB\Exceptions;

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