Fix class name, regression from 44cf67accd
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
547f5afa5b
commit
fd5465d509
|
@ -48,7 +48,7 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
|
||||||
'Sabre\DAV\Exception\Forbidden' => true,
|
'Sabre\DAV\Exception\Forbidden' => true,
|
||||||
// Happens when an external storage or federated share is temporarily
|
// Happens when an external storage or federated share is temporarily
|
||||||
// not available
|
// not available
|
||||||
'Sabre\DAV\Exception\StorageNotAvailableException' => true,
|
'OCP\Files\StorageNotAvailableException' => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
|
|
Loading…
Reference in New Issue