added InvalidRelativePathException

This commit is contained in:
Jonathan Treffler 2024-01-23 21:57:04 +01:00 committed by root
parent 7630f056ec
commit 0a25d57705

View file

@ -0,0 +1,6 @@
<?php
namespace OCA\GroupfolderFilesystemSnapshots\Exceptions;
class InvalidRelativePathException extends \RuntimeException {
}