mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Extends UserMigrationException in CalendarMigratorException
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1973b2fb75
commit
8f97f722ec
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace OCA\DAV\UserMigration;
|
||||
|
||||
use Exception;
|
||||
use OCP\UserMigration\UserMigrationException;
|
||||
|
||||
class CalendarMigratorException extends Exception {
|
||||
class CalendarMigratorException extends UserMigrationException {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue