MDL-22145 backup storage - provide 'user_tohub' storage for HUB files

This commit is contained in:
Eloy Lafuente 2010-04-27 01:02:38 +00:00
parent 96449a1698
commit ce937f9957
11 changed files with 131 additions and 12 deletions

View file

@ -98,7 +98,7 @@ abstract class backup implements checksumable {
/*
* Exception class used by all the @backup stuff
*/
class backup_exception extends moodle_exception {
abstract class backup_exception extends moodle_exception {
public function __construct($errorcode, $a=NULL, $debuginfo=null) {
parent::__construct($errorcode, 'error', '', $a, null, $debuginfo);