📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:36:33
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
wp-mail-smtp
/
vendor_prefixed
/
psr
/
cache
/
src
✏️
Editing: InvalidArgumentException.php
<?php namespace WPMailSMTP\Vendor\Psr\Cache; /** * Exception interface for invalid cache arguments. * * Any time an invalid argument is passed into a method it must throw an * exception class which implements Psr\Cache\InvalidArgumentException. */ interface InvalidArgumentException extends CacheException { }
💾 Save Changes
❌ Cancel