Your IP : 10.10.0.253


Current Path : /usr/share/php/Williamdes/MariaDBMySQLKBS/
Upload File :
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
{
}