芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/repository/dropbox/classes/provider_exception.php
. /** * Upstream issue 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(); /** * Upstream issue exception. * * @package repository_dropbox * @copyright Andrew Nicols
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class provider_exception extends dropbox_exception { }