<?php

namespace Xentral\Components\Database\Exception;

use Xentral\Core\Exception\ComponentExceptionInterface;

interface DatabaseExceptionInterface extends ComponentExceptionInterface
{
}