added InvalidRelativePathException
This commit is contained in:
parent
7630f056ec
commit
0a25d57705
1 changed files with 6 additions and 0 deletions
6
lib/Exceptions/InvalidRelativePathException.php
Normal file
6
lib/Exceptions/InvalidRelativePathException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace OCA\GroupfolderFilesystemSnapshots\Exceptions;
|
||||
|
||||
class InvalidRelativePathException extends \RuntimeException {
|
||||
}
|
Loading…
Reference in a new issue