change phar writable checker to FileSystem

This commit is contained in:
Jerry
2023-02-01 16:59:54 +08:00
parent 60382a98f6
commit 2d2660c8f3
5 changed files with 28 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace ZM\Exception;
class FileSystemException extends ZMException
{
}