nextcloud_groupfolder_files.../lib/Exceptions/InvalidRelativePathException.php

7 lines
130 B
PHP

<?php
namespace OCA\GroupfolderFilesystemSnapshots\Exceptions;
class InvalidRelativePathException extends \RuntimeException {
}