| Current Path : /usr/share/php/Williamdes/MariaDBMySQLKBS/ |
| Current File : //usr/share/php/Williamdes/MariaDBMySQLKBS/KBException.php |
<?php
declare(strict_types = 1);
namespace Williamdes\MariaDBMySQLKBS;
use \Exception;
/**
* KBException class
*/
class KBException extends Exception
{
}