Path : /usr/share/php/Williamdes/MariaDBMySQLKBS/
File Upload :
Current File : //usr/share/php/Williamdes/MariaDBMySQLKBS/KBException.php

<?php

declare(strict_types = 1);

namespace Williamdes\MariaDBMySQLKBS;

use Exception;

class KBException extends Exception
{
}