Edit file File name : CacheException.php Content :<?php namespace Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException { } Save