<?php
declare(strict_types=1);

namespace ArangoDB\Exceptions\Storage;

use ArangoDB\Exceptions\Exception;

/**
 * Class DataSourceNotFoundException
 *
 * @package ArangoDB\Exceptions\Storage
 * @author Lucas S. Vieira
 */
class DataSourceNotFoundException extends Exception
{
}
