. /** * 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 { }