first changed

This commit is contained in:
2022-04-07 16:21:17 +05:30
commit 36ea86d8e6
7327 changed files with 902386 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
namespace League\Flysystem;
use RuntimeException;
class InvalidRootException extends RuntimeException implements FilesystemException
{
}