<?php
namespace Xentral\Core\LegacyConfig\Exception;
use RuntimeException;
class MultiDbConfigNotFoundException extends RuntimeException implements LegacyConfigExceptionInterface
{
}