截流自动化的商城平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CacheException.php 154B

12345678910
  1. <?php
  2. namespace Psr\SimpleCache;
  3. /**
  4. * Interface used for all types of exceptions thrown by the implementing library.
  5. */
  6. interface CacheException
  7. {
  8. }