golden hour
/home/phakp/public_html/erp/includes/Psr/simple-cache/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
CacheException.php
154 B
Del
OK
CacheInterface.php
4.5 KB
Del
OK
InvalidArgumentException.php
260 B
Del
OK
Edit: CacheException.php
<?php namespace Psr\SimpleCache; /** * Interface used for all types of exceptions thrown by the implementing library. */ interface CacheException { }
Save