<?php
/**
* Part of the Joomla Framework Database Package
*
* @copyright Copyright (C) 2022 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
namespace Joomla\Database\Exception;
/**
* No database is available.
*
* @since 2.1.0
*/
class DatabaseNotFoundException extends \RuntimeException
{
}