mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-12 03:05:34 +08:00
change phar writable checker to FileSystem
This commit is contained in:
9
src/ZM/Exception/FileSystemException.php
Normal file
9
src/ZM/Exception/FileSystemException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZM\Exception;
|
||||
|
||||
class FileSystemException extends ZMException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user