CacheException.php 154 B

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. }