PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
psr
/
cache
/
src
/
Editing: CacheException.php
<?php namespace Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException extends \Throwable { }
SAVE
CANCEL