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