芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/repository/dropbox/classes/dropbox_exception.php
. /** * General Dropbox Exception. * * @since Moodle 3.2 * @package repository_dropbox * @copyright Andrew Nicols
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace repository_dropbox; defined('MOODLE_INTERNAL') || die(); /** * General Dropbox Exception. * * @package repository_dropbox * @copyright Andrew Nicols
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class dropbox_exception extends \moodle_exception { }