🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
www
/
wp-content
/
plugins
/
wp-mail-smtp
/
vendor_prefixed
/
psr
/
cache
/
src
/
Editing: CacheException.php
<?php namespace WPMailSMTP\Vendor\Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException { }
Save
Cancel