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

11 行
143 B

  1. <?php
  2. namespace Psr\Cache;
  3. /**
  4. * Exception interface for all exceptions thrown by an Implementing Library.
  5. */
  6. interface CacheException
  7. {
  8. }