Skip to content
  • Vincent Petry's avatar
    Convert StorageNotAvailableException to SabreDAV exception · cccedf6f
    Vincent Petry authored
    Convert \OCP\Files\StorageNotAvailableException to
    \Sabre\DAV\Exception\ServiceUnavailable for every file/directory
    operation happening inside of SabreDAV.
    
    This is necessary to avoid having the exception bubble up to remote.php
    which would return an exception page instead of an appropriate response.
    cccedf6f