22 lines
256 B
PHP

<?php
/**
* Log.php
*/
namespace UElearning\Log;
require_once UELEARNING_LIB_ROOT.'/Exception.php';
use UElearning\Exception;
/**
* 學習記錄
*
* @version 2.0.1
* @package UElearning
* @subpackage Log
*/
class XApi {
}