mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-22145 backup storage - provide 'user_tohub' storage for HUB files
This commit is contained in:
parent
96449a1698
commit
ce937f9957
11 changed files with 131 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue