✏️ 正在编辑: InvalidArgumentException.php
路径:
/home/bpioifn/www/pigmentse/vendor/psr/cache/src/InvalidArgumentException.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Psr\Cache; /** * Exception interface for invalid cache arguments. * * Any time an invalid argument is passed into a method it must throw an * exception class which implements Psr\Cache\InvalidArgumentException. */ interface InvalidArgumentException extends CacheException { }
💾 保存文件
← 返回文件管理器